Class EdgeVectorStoreOperations
- Namespace
- Qavren.Edge.VectorData
- Assembly
- Qavren.Edge.VectorData.dll
The fixed vocabulary MEVD's VectorStoreException.OperationName is drawn from. It
matches the OpenTelemetry operation names upstream MEVD providers emit, so a trace reads the
same either side of a migration.
public static class EdgeVectorStoreOperations
- Inheritance
-
EdgeVectorStoreOperations
- Inherited Members
Fields
- CreateCollection
Creating a collection and its sidecars.
- Delete
Deleting records.
- DeleteCollection
Dropping a collection and its sidecars.
- Get
Reading records by key or by filter.
- HybridSearch
A vec0 + FTS5 reciprocal-rank-fusion search.
- ListCollectionNames
Enumerating the data tables in the database.
- Upsert
Writing records.
- VectorSearch
A vec0 KNN search.