git-cloner/querychain
rag base on langchain
This project helps you build a custom AI assistant that can answer questions based on your specific documents. You feed it various files like PDFs, Word documents, or plain text, and it processes them into a searchable knowledge base. When you ask a question, the assistant first checks your documents for relevant information and then uses a large language model to formulate a comprehensive answer. This is ideal for anyone who needs to quickly get answers from a large collection of internal documents or specialized information.
No commits in the last 6 months.
Use this if you need to create a dedicated Q&A system that provides accurate answers drawn from your own proprietary or specialized documents.
Not ideal if you're looking for a general-purpose AI chatbot that doesn't rely on a specific document set, or if you only have a few simple questions.
Stars
11
Forks
1
Language
Python
License
MIT
Category
Last pushed
Mar 01, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/git-cloner/querychain"
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)