File size: 214 Bytes
80b95e8
 
 
1
2
3
4
# 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.