Expand description
VectorClient โ extension trait for vector search operations (EmbeddedClient only)
Provides vector index creation, insertion, and k-NN search via the
VectorClient trait. Only EmbeddedClient implements this trait
since vector operations require direct in-process access to the graph store.
Traitsยง
- Vector
Client - Extension trait for vector search operations.