Skip to Content

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