Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ramchaik/facts
- Owner: ramchaik
- Created: 2024-06-02T12:59:12.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T17:48:27.000Z (8 months ago)
- Last Synced: 2025-01-12T04:32:21.249Z (6 days ago)
- Topics: chromadb, embeddings, langchain, llama3, ollama, rag, vector-database
- Language: Jupyter Notebook
- Homepage:
- Size: 139 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.