deekshakoul/RAG-with-Langchain-Ollama-for-pdfs
first attempt at creating and deploying rag based systems using langchain + ollama + streamlit
This tool helps individuals create a personal AI assistant that can answer questions about their own documents. You provide your PDF files, such as a resume or personal work documents, and the system processes them to create a knowledge base. When you ask a question, the system retrieves relevant information and provides an answer based on your documents, acting like a personalized search and summarization agent.
No commits in the last 6 months.
Use this if you want an AI to quickly answer specific questions about the content of your personal PDF documents, like a resume or project reports.
Not ideal if you need to analyze large volumes of diverse, public data, or if you require advanced conversational capabilities beyond answering factual questions from your uploaded PDFs.
Stars
10
Forks
1
Language
Python
License
—
Category
Last pushed
May 30, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/deekshakoul/RAG-with-Langchain-Ollama-for-pdfs"
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)