Traceback (most recent call last): File "/Users/ashish/opt/anaconda3/envs/LLMTools/lib/python3.9/site-packages/llama_index/vector_stores/weaviate_utils.py", line 122, in to_node node = metadata_dict_to_node(entry) File "/Users/ashish/opt/anaconda3/envs/LLMTools/lib/python3.9/site-packages/llama_index/vector_stores/utils.py", line 61, in metadata_dict_to_node raise ValueError("Node content not found in metadata dict.") ValueError: Node content not found in metadata dict.
@Logan M , sorry my fault . The reason is the index was built using 0.6.7 so it was falling back to the old structure..:) With newer index I dont see that error