Expand description
Distributed Semantic DHT
This module provides a distributed hash table optimized for semantic search:
- Embedding-based routing to nearest peers in vector space
- Clustering of similar nodes for locality optimization
- Distributed k-NN search across multiple peers
- Replication for fault tolerance
- Load balancing and query routing optimization
Structs§
- DHTEntry
- Entry in the distributed index
- DHTQuery
- DHT query for distributed search
- DHTQuery
Response - DHT query response
- SemanticDHT
Config - Configuration for the semantic DHT
- SemanticDHT
Stats - Statistics for the semantic DHT
- Semantic
Peer - Represents a peer in the semantic DHT with its embedding
- Semantic
Routing Table - Routing table for semantic DHT
Enums§
- Replication
Strategy - Replication strategy for fault tolerance