CodeMind / docs /vector_cache.md
devjas1
feat: Inital commit from recovered state
80b95e8
|
raw
history blame
214 Bytes
# Vector Caching Strategy
To avoid redundant embedding, each document is hashed and compared against a local cache. If unchanged, the embedding step is skipped. This improves performance during repeated indexing.