semantex-core 1.1.0

Core library for semantex semantic code search (indexing, embeddings, search)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod architecture;
pub mod branches;
pub mod builder;
pub mod docs_scaffold;
pub mod file_classifier;
pub mod gate;
pub mod global_graph;
pub mod history;
pub mod hnsw_index;
pub mod layout;
pub mod memory;
pub mod page_rank;
pub mod pattern_catalog;
pub mod registry;
pub mod state;
pub mod storage;
pub mod updater;
pub mod validate;