Skip to main content

Crate synwire_index

Crate synwire_index 

Source
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§

IndexConfig
Configuration for the semantic indexing pipeline.
SemanticIndex
The semantic indexing pipeline.

Type Aliases§

StoreFactory
Factory closure that creates a VectorStore for a given cache directory.