Hey im struggling to understand why a cache would speed up ingestion performance if im already using a docstore.
If i run the same documents that are already embedded and stored in the docstore, it won't run the same transformations on those since we just get it from the docstore. So how does a cache help here, were already using docstore to avoid having to run embeddings on the same documents.