Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        






Logo

Local RAG: Langchain + Ollama + Streamlit


Build your own RAG (chatPDF) and run it locally.


sshot

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`