Available Integrations
🦜🔗 LangChain
The LangChain integration provides aCyborgVectorStore
class that implements the standard VectorStore interface, enabling confidential vector search for RAG pipelines and LLM applications. This integration supports both cyborgdb-core
and cyborgdb-lite
packages and includes:
- Full VectorStore API compatibility (add_texts, similarity_search, etc.)
- Async operations support
- Configurable distance metrics (cosine, euclidean, squared_euclidean)
- Document ID tracking and management
- Max marginal relevance search
See the LangChain Integration Guide for detailed usage instructions.
Getting Started
Each integration includes detailed installation instructions and usage examples. Choose the integration that matches your current tech stack to get started with confidential vector search in minutes. For deployment-specific guidance, see our Deployment Models Guide to understand the differences betweencyborgdb
, cyborgdb-core
, and cyborgdb-lite
.