Skip to content

A Retrieval-Augmented Generation (RAG) chatbot that allows you to upload any PDF document and ask questions about its content — powered by local embeddings (Ollama) and LLM inference via Groq API. It uses similarity search with FAISS to retrieve relevant chunks and generate accurate, context-aware answers

License

Notifications You must be signed in to change notification settings

1sourabhh/RAG-DOCUMENT-Q-A

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAG-DOCUMENT-Q-A

A Retrieval-Augmented Generation (RAG) chatbot that allows you to upload any PDF document and ask questions about its content — powered by local embeddings (Ollama) and LLM inference via Groq API. It uses similarity search with FAISS to retrieve relevant chunks and generate accurate, context-aware answers

About

A Retrieval-Augmented Generation (RAG) chatbot that allows you to upload any PDF document and ask questions about its content — powered by local embeddings (Ollama) and LLM inference via Groq API. It uses similarity search with FAISS to retrieve relevant chunks and generate accurate, context-aware answers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages