danny-avila/rag_api
An asynchronous FastAPI service for ID-based document retrieval using Langchain and pgvector for embeddings storage and search.

Velocity · 7d
+1.0
★ / day
Trend
→steady
star history
This project provides a framework for document indexing and retrieval using vector embeddings stored in PostgreSQL via pgvector. It leverages Langchain for embedding operations and offers async endpoints for adding, retrieving, and deleting documents organized by file_id. The primary use case is integration with LibreChat to enable AI-powered conversational search.