Skip to content

Latest commit

History

History

README.md

VortexDB Logo

VortexDB Python Client

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.


Requirements

  • Python 3.10+
  • A running VortexDB gRPC server

Help

For setup instructions and usage see:
VortexDB Usage Guide



Made with ❤️ by SDSLabs