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§
- Semantic
Match - A single match from semantic search.
- Semantic
Query - A semantic search query with parsed intent and scope.
- Semantic
Search Engine - Enhanced semantic search engine wrapping
EmbeddingIndex. - Semantic
Search Result - Full result of a semantic search.
Enums§
- Query
Intent - Intent behind a semantic query.
- Search
Scope - Scope restriction for a search.