Find answers from the community

Updated 3 months ago

Migrate weaviate

I can't find documentation on how to migrate weaviate indices to 0.5.*, is there anything about it?
L
A
12 comments
The script in the repo should work for migrating right?

I haven't used weaviate, but is anything helpful actually saved in the index? I think you can re-make the index by passing an empty array instead of documents πŸ€”
the script does not handle the documents stored inside the index. I'm looking deeper to see the changes and will try to do it by hand if necessary
inside the index = inside weaviate
Do the documents inside weaviate need to be handled? What error are you running into if you try to run it as-is?
they were created with the older Document object, not with the new Node object
when I try to load an previously build index I got this error
Attachment
image.png
What's the full stack trace? Like which line of code is causing that error?
(Just seeing if it's an error with how your code is working, or if something actually needs to be migrated)
this is the best way to send it? I'm not used to discord, sorry
There's a new update from 12 hours ago regarding weaviate, let me try that https://github.com/jerryjliu/llama_index/pull/1066
Yea that PR is exactly the error you pasted!
Thank you for the help
Add a reply
Sign up and join the conversation on Discord