local-rag icon indicating copy to clipboard operation
local-rag copied to clipboard

Ingest files for retrieval augmented generation (RAG) with open-source Large Language Models (LLMs), all without 3rd parties or sensitive data leaving your network.

Results 8 local-rag issues
Sort by recently updated
recently updated
newest added

I deployed with docker and uploaded a local file. When I tried to chat I got a blank response and the following error: local-rag | 2024-05-02 12:28:54,674 - ollama -...

bug

**Is your feature request related to a problem? Please describe.** Hello, i found your repo super awesome, very clean code. However i am wondering if possible to fix the documents...

enhancement
help wanted

Bumps the pip group with 3 updates in the / directory: [streamlit](https://github.com/streamlit/streamlit), [aiohttp](https://github.com/aio-libs/aiohttp) and [nltk](https://github.com/nltk/nltk). Updates `streamlit` from 1.36.0 to 1.37.0 Release notes Sourced from streamlit's releases. 1.37.0 What's Changed...

dependencies

**Describe the Bug** [Setup doc](https://github.com/jonfairbanks/local-rag/blob/develop/docs/setup.md) where it suggests using `extra_hosts: 'host.docker.internal:host-gateway'` is not working for `Docker version 27.0.3, build 7d4bcd8`. The container fails to connect to ollama running on the...

bug

**Issue** The application fails to recognize newly uploaded documents despite logs showing that the documents are indexed. **Troubleshooting** I initiated the user interface and adjusted the settings to retrieve up...

bug
windows

This pull request implements the feature of persisted indices, allowing users to save an index and load it later using an ID. The implementation follows the official [LlamaIndex documentation](https://docs.llamaindex.ai/en/stable/module_guides/storing/save_load/). The...

**Describe the Bug** ollama - ERROR - Failed to retrieve Ollama model list: [Errno 99] Cannot assign requested address **Troubleshooting** I have read the Local RAG [troubleshooting guide](../../docs/troubleshooting.md), reviewed my...

bug

Adding SSL capabilities. Also works with local certs created by https://github.com/FiloSottile/mkcert and by using WSL2 https://learn.microsoft.com/en-us/windows/wsl/install