### Implementation Optional Redis layer to cache embeddings for identical content strings. ### Why Significantly reduces cost and latency if the source data contains many repeating text values (e.g., category names or status updates).
Implementation
Optional Redis layer to cache embeddings for identical content strings.
Why
Significantly reduces cost and latency if the source data contains many repeating text values (e.g., category names or status updates).