Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ramchaik/facts

Facts is a simple RAG using Langchain, Ollama, and Chroma to answer queries based on provided data.
https://github.com/ramchaik/facts

chromadb embeddings langchain llama3 ollama rag vector-database

Last synced: 2 days ago
JSON representation

Facts is a simple RAG using Langchain, Ollama, and Chroma to answer queries based on provided data.

Awesome Lists containing this project

README

        

# Facts

Facts is a Langchain application that works with the Chroma vector database and the Llama3 Language Model (LLM). It's a simple CLI app that uses the LLM model to answer queries based on the facts stored in a text file.