IngestionPipeline
run that's from a StorageContext
? the vector_store
param on IP takes a BasePydanticVector store a storage_context.vector_store
is my SimpleVectorStore
. it's throwing a dict invalid errorIngestionPipeline( transformations=[...], docstore=storage_context.docstore, # loads/uses sc docstore # errors: vector_store=storage_context.vector_store ).run(documents=documents)