Skip to content

Latest commit

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

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