blogs icon indicating copy to clipboard operation
blogs copied to clipboard

ValueError: Cannot build index from nodes with no content. Please ensure all nodes have content.

Open alvarortega opened this issue 2 years ago • 1 comments

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.

alvarortega avatar Jan 12 '24 12:01 alvarortega

Hi @alvarortega do you find the solution of this problem? I am also having same error

mkhalid12 avatar Jan 09 '25 18:01 mkhalid12