Skip to main content

Module semantic

Module semantic 

Source
Expand description

Semantic vector search.

Converts query text to embedding via Embedder, then performs KNN search on the vector index for semantically similar code chunks.

Structs§

SemanticSearchOptions
Options for semantic search.

Functions§

search_semantic
Perform semantic vector search.