Danielskry/LangChain-Chroma-RAG-demo-2024
Simple RAG solution demo in Python with LangChain, FastAPI and Chroma DB.
This solution helps operations engineers and maintenance staff quickly find answers within their troubleshooting and maintenance logs. You input your existing technical documents and logs, and the system allows you to ask questions in plain language, streaming back relevant answers in real time. It's designed for anyone who needs to extract specific information from a large corpus of technical documentation without manually sifting through it.
No commits in the last 6 months.
Use this if you need to set up a system that can answer questions based on your specific operational or maintenance documents, like troubleshooting guides or incident reports.
Not ideal if you're looking for a general-purpose chatbot or a system to generate entirely new content rather than retrieve information from your existing documents.
Stars
7
Forks
—
Language
Python
License
—
Category
Last pushed
Oct 21, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/Danielskry/LangChain-Chroma-RAG-demo-2024"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
run-llama/llama_index
LlamaIndex is the leading document agent and OCR platform
emarco177/documentation-helper
Reference implementation of a RAG-based documentation helper using LangChain, Pinecone, and Tavily..
janus-llm/janus-llm
Leveraging LLMs for modernization through intelligent chunking, iterative prompting and...
JetXu-LLM/llama-github
Llama-github is an open-source Python library that empowers LLM Chatbots, AI Agents, and...
Vasallo94/ObsidianRAG
RAG system to query your Obsidian notes using LangGraph and local LLMs (Ollama)