episteme 0.3.0

Knowledge graph for software engineering — design patterns, refactorings, and laws for AI agents
Documentation
1
2
3
4
5
pub mod chunker;
pub mod local_embeddings;
pub mod noop_embeddings;
#[cfg(feature = "openai-embeddings")]
pub mod openai_embeddings;