sachink1729/DSPy-Chain-of-Thought-RAG
Building a Chain of Thought RAG Model with DSPy, Qdrant and Ollama
This project helps you build a system on your own computer that can answer questions using your private documents. You feed it your documents and then ask questions, and it provides accurate answers based on the content. It's designed for anyone who needs to quickly get answers from their own large collection of text.
No commits in the last 6 months.
Use this if you want to create a personalized question-answering tool that works entirely on your local machine using your own data.
Not ideal if you need a solution for very large-scale enterprise data or require integration with cloud-based services.
Stars
35
Forks
8
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Mar 22, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/sachink1729/DSPy-Chain-of-Thought-RAG"
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)