NebeyouMusie/End-to-End-RAG-Project-using-ObjectBox-and-LangChain
In this end to end project I have built a RAG app using ObjectBox Vector Databse and LangChain. With Objectbox you can do OnDevice AI, without the data ever needing to leave the device.
This tool helps you quickly find answers within your own documents using an AI assistant. You input PDF documents, and it allows you to ask questions about their content, providing relevant answers derived directly from your data. Data analysts, researchers, or anyone needing to extract specific information from large document sets without sending their data to external services would find this useful.
No commits in the last 6 months.
Use this if you need to build a secure, on-device AI system to query large collections of PDF documents and want to ensure your data never leaves your device.
Not ideal if you need to analyze real-time web data or unstructured text from sources other than PDFs, or if you don't require on-device data processing.
Stars
10
Forks
1
Language
Python
License
—
Category
Last pushed
May 26, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/NebeyouMusie/End-to-End-RAG-Project-using-ObjectBox-and-LangChain"
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)