The CyborgDB Python SDK provides a high-level interface for working with encrypted indexes in Python applications. It supports core operations such as creating indexes, adding data, querying, and managing metadata. The SDK is compatible with LangChain and works with both local and remote deployments.The package is available on PyPI.
Before using the CyborgDB Python SDK, you need to have the CyborgDB service running:
Copy
Ask AI
# Install the CyborgDB servicepip install cyborgdb-service# Or pull the Docker imagedocker pull cyborginc/cyborgdb-service# Start the servicecyborgdb-service# Or run the Docker containerdocker run -p 8000:8000 cyborginc/cyborgdb-service
For detailed service setup instructions, see our quickstart guides for Docker and Python.