VaultEmbeddingCache
VaultEmbeddingCache =
Map<string,number[]>
Defined in: src/lib/memoryVault/searchTool.ts:20Â
Embedding cache keyed by content string. Stores pre-computed embeddings so that search only needs to embed the query, not the vault entries.
Last updated on