teamunitlab/rag-document-app
This FastAPI-based RAG service processes OCR data, generates embeddings using OpenAI, and utilizes Pinecone as a vector database for search. It answers questions based on search results using OpenAI.
Supports multi-format document ingestion (PDFs, images) with AWS S3 storage, implements rate limiting and Redis caching for performance, and includes API key authentication. The pipeline chains OCR extraction → tokenization → OpenAI embeddings → Pinecone vector storage → semantic search with LLM-generated answers, all deployable via Docker Compose.
No commits in the last 6 months.
Stars
17
Forks
7
Language
Python
License
—
Category
Last pushed
Jul 19, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/teamunitlab/rag-document-app"
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...
mazzasaverio/fastapi-langchain-rag
(Let's start with a) Scalable question-answering system utilizing FastAPI, LangChain (LCEL), and...
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