This is the official Python client for VortexDB, a vector database written in Rust 馃 exposed via a gRPC API.
The client provides a thin, typed, Pythonic wrapper over the VortexDB gRPC interface, handling:
- connection setup
- authentication
- request/response mapping
- error translation
- resource cleanup
The client is designed to be minimal, explicit, and easy to extend.
- Python
3.10+ - A running VortexDB gRPC server
For setup instructions and usage see:
VortexDB Usage Guide
Made with 鉂わ笍 by SDSLabs