Expand description
Graph data structures.
Structs§
- Batch
Delete Result - Result of a batch delete operation [C4 FIX] Includes detailed error information
- Compaction
Result - Result of a compaction operation.
- Hnsw
Index - The HNSW Graph structure managing layers and nodes.
- Hnsw
Node - A node in the HNSW graph with its adjacency information.
- Layer
- Represents a layer level in the HNSW graph.
- NodeId
- Internal node identifier within HNSW graph.
- Vector
Id - Unique identifier for a vector in the database.
Enums§
- Batch
Delete Error - Error type for individual batch delete failures [C4 FIX] Enables caller to distinguish failure reasons
- Graph
Error - Errors that can occur during graph operations.
Traits§
- Vector
Provider - Trait for providing vector data by ID.