CyborgDB seamlessly integrates with popular AI and machine learning frameworks, enabling you to leverage confidential vector search within your existing workflows. These integrations provide native support for CyborgDB’s encrypted vector operations while maintaining compatibility with familiar APIs and patterns.Documentation Index
Fetch the complete documentation index at: https://docs.cyborg.co/llms.txt
Use this file to discover all available pages before exploring further.
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 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
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.