vectordb-client 0.1.0

Client library for interacting with the VectorDB semantic code search service.
Documentation
1
2
3
4
5
//! Client module for the VectorDB service.
//!
//! This module provides client functionality for connecting to the VectorDB server.

pub mod grpc;