langchain-ai/langconnect
A managed RAG API server.
What it solves
LangConnect provides a ready-to-use RAG (Retrieval-Augmented Generation) service that simplifies the process of managing document collections and performing semantic searches via a REST API.
How it works
It uses FastAPI to expose a set of REST endpoints for managing data. For storage, it leverages PostgreSQL with the pgvector extension to store both the documents and their corresponding vector embeddings, allowing for efficient semantic search capabilities.
Who it’s for
Developers who need a scalable, Docker-ready RAG backend that can handle document indexing and retrieval without building the infrastructure from scratch.
Highlights
- REST API for collection and document management
- Vector storage powered by PostgreSQL and pgvector
- Docker and Docker Compose support for rapid deployment
- Built-in semantic search functionality
Related
- Project
- Project
- Project
- Project
- Project