vectordb-client 0.2.0

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

pub mod grpc;
pub mod editing;