blogs
blogs copied to clipboard
ValueError: Cannot build index from nodes with no content. Please ensure all nodes have content.
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.
Hi @alvarortega do you find the solution of this problem? I am also having same error