git-topology 0.1.2

Shared clustering and topology primitives for git-cognitive and git-semantic
Documentation
1
2
3
4
5
6
7
8
9
pub mod chunking;
mod cluster;
mod clustering;
pub mod embeddings;
mod index;

pub use cluster::{is_stale, read_cluster_map, Cluster, ClusterMap};
pub use embeddings::config::EmbeddingConfig;
pub use index::run_index;