mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
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>