Skip to main content

Module semantic_search

Module semantic_search 

Source
Expand description

Semantic Search Enhancement — Invention 9.

Natural-language code search that understands intent, not just keywords. Wraps the existing EmbeddingIndex with query understanding and intent classification to provide more meaningful search results.

Structs§

SemanticMatch
A single match from semantic search.
SemanticQuery
A semantic search query with parsed intent and scope.
SemanticSearchEngine
Enhanced semantic search engine wrapping EmbeddingIndex.
SemanticSearchResult
Full result of a semantic search.

Enums§

QueryIntent
Intent behind a semantic query.
SearchScope
Scope restriction for a search.