Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isa1asn/local-rag
Local rag using ollama, langchain and chroma.
https://github.com/isa1asn/local-rag
chatbot chatpdf chroma langchain-python llama2 ollama rag streamlit
Last synced: about 1 month ago
JSON representation
Local rag using ollama, langchain and chroma.
- Host: GitHub
- URL: https://github.com/isa1asn/local-rag
- Owner: Isa1asN
- License: mit
- Created: 2024-04-08T07:25:05.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-07-08T09:11:14.000Z (6 months ago)
- Last Synced: 2024-10-18T22:10:27.413Z (2 months ago)
- Topics: chatbot, chatpdf, chroma, langchain-python, llama2, ollama, rag, streamlit
- Language: Python
- Homepage:
- Size: 248 KB
- Stars: 14
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Setups:
- install ollama from https://ollama.ai/
- pull the llama3:latest model on ollama using the command `ollama pull llama3:latest`
- install the requirements using `pip install -r requirements.txt`
- run the streamlit app using `streamlit run main.py`