Module graph

Module graph 

Source
Expand description

Graph data structures.

Structs§

BatchDeleteResult
Result of a batch delete operation [C4 FIX] Includes detailed error information
CompactionResult
Result of a compaction operation.
HnswIndex
The HNSW Graph structure managing layers and nodes.
HnswNode
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.
VectorId
Unique identifier for a vector in the database.

Enums§

BatchDeleteError
Error type for individual batch delete failures [C4 FIX] Enables caller to distinguish failure reasons
GraphError
Errors that can occur during graph operations.

Traits§

VectorProvider
Trait for providing vector data by ID.