TashonBraganca/RAG.Question-Answer-Bot
This project is a RAG Q&A bot built in a jupyter notebook. It allows users to upload a custom document, which is then processed and stored in a Pinecone vector database using OpenAI embeddings. Users can ask questions about the document's content and receive accurate, context-aware answers generated by an OpenAI language model.
No commits in the last 6 months.
Stars
4
Forks
—
Language
Jupyter Notebook
License
—
Category
Last pushed
Jul 10, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/TashonBraganca/RAG.Question-Answer-Bot"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
QmiAI/Qmedia
An open-source AI content search engine designed specifically for content creators. Supports...
charliewei0716/on-your-data-with-streamlit
Showcase the use of Azure OpenAI's native On Your Data feature and integrates it with Streamlit,...
ben-ogden/pinecone-rag
Using Pinecone, LangChain + OpenAI for Generative Q&A with Retrieval Augmented Generation (RAG).
thevladdo/rag-backend
Retrieval-Augmented Generation server with Pinecone and OpenAI
teamunitlab/rag-document-app
This FastAPI-based RAG service processes OCR data, generates embeddings using OpenAI, and...