git-topology 0.1.0

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

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