Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yussufbiyik/langchain-chromadb-rag-example

My attempt at implementing RAG on Ollama and other LLM services using chromadb and langchain while also providing an easy to understand, clean code for others since nobody else does
https://github.com/yussufbiyik/langchain-chromadb-rag-example

ai chromadb langchain ollama rag retreival-augmented-generation

Last synced: 9 days ago
JSON representation

My attempt at implementing RAG on Ollama and other LLM services using chromadb and langchain while also providing an easy to understand, clean code for others since nobody else does

Awesome Lists containing this project

README

        

# langchain-chromadb-rag-example
My attempt at implementing RAG on Ollama and other LLM services using chromadb and langchain

## Todo:
- [X] Initial example of RAG working with Ollama and Langchain
- [X] Continuously listen for input
- [X] Continuously monitor changes in the RAG ingestion folder
- [ ] Persistant memory using Chromadb
- [ ] Support for ChromaDB running on another address (if that's possible?)
- [ ] Refactor
- [ ] Dockerizing
- [ ] Adding other LLM services (maybe?)