You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run the same code and in this line:
Takes 10 min without GPU / 1 min with GPU on Google collab
index = MultiModalVectorStoreIndex.from_documents(
text_docs + all_images, storage_context=storage_context, image_vector_store=image_store
)
I have this error:
ValueError: Cannot build index from nodes with no content. Please ensure all nodes have content.
The text was updated successfully, but these errors were encountered:
I run the same code and in this line:
Takes 10 min without GPU / 1 min with GPU on Google collab
index = MultiModalVectorStoreIndex.from_documents(
text_docs + all_images, storage_context=storage_context, image_vector_store=image_store
)
I have this error:
ValueError: Cannot build index from nodes with no content. Please ensure all nodes have content.
The text was updated successfully, but these errors were encountered: