Files
Understand-Anything/packages/core
T
Lum1104 ae5b4de3d9 feat(core): add embedding-based semantic search engine
Add SemanticSearchEngine class that stores pre-computed vector embeddings
for graph nodes and performs cosine similarity search. Enables true semantic
queries (e.g., "find code that handles authentication") even when keywords
don't appear in node data. Returns the same SearchResult type as the
existing Fuse.js-based SearchEngine for compatibility.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ae5b4de3d9 ยท 2026-03-14 23:16:10 +08:00
History
..