paged csv loader
and insert those documents to chroma. For 100k documents its still taking well over 40 minutes, any help is appreciated!!VectorStoreIndex
with use_async=True
.from llama_index import VectorStoreIndex index = VectorStoreIndex(documents, use_async=True,storage_context=storage_context, show_progress=True )
AssertionError: The batch size should not be larger than 2048
, the progress bar also changed to .../2 which I think is over 2048AssertionError: The batch size should not be larger than 2048