Expand description
Semantic indexing pipeline for Synwire VFS providers.
Orchestrates directory walking, AST-aware chunking, embedding, and vector
storage into a single SemanticIndex that VFS providers delegate to.
Re-exports§
pub use xref::XrefDirection;pub use xref::XrefEdge;pub use xref::XrefGraph;pub use xref::rebuild_project_xrefs;pub use xref::xref_query;
Modules§
- xref
- Cross-project symbol reference graph.
Structs§
- Index
Config - Configuration for the semantic indexing pipeline.
- Semantic
Index - The semantic indexing pipeline.
Type Aliases§
- Store
Factory - Factory closure that creates a
VectorStorefor a given cache directory.