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 is available for cyborgdb-core (Embedded), cyborgdb (Python SDK), and cyborgdb (JS/TS SDK), 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 (Embedded and JS/TS)
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 and cyborgdb-core.