https://github.com/darrinbright/pdf-qa-rag
This project PDF-QA using RAG extracts text, divides it into chunks, stores it in a FAISS database, and uses Google Gemini-pro for responses.
https://github.com/darrinbright/pdf-qa-rag
bart faiss-vector-database gemini-pro generative-ai langchain rag
Last synced: 5 months ago
JSON representation
This project PDF-QA using RAG extracts text, divides it into chunks, stores it in a FAISS database, and uses Google Gemini-pro for responses.
- Host: GitHub
- URL: https://github.com/darrinbright/pdf-qa-rag
- Owner: darrinbright
- Created: 2024-08-11T18:53:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-13T13:01:05.000Z (over 1 year ago)
- Last Synced: 2025-03-02T08:44:27.651Z (about 1 year ago)
- Topics: bart, faiss-vector-database, gemini-pro, generative-ai, langchain, rag
- Language: Jupyter Notebook
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Question Answering Chabot using Retrieval Augmented Generation (RAG)