-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(weaviate): Migrate to the new Weaviate client version 3 #7630
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
@my8bit what else is needs to be implements to get this ready for review? |
Hey @hsm207, thanks for reaching out. There is a still usage of the old v2 client for compatibility. From the functional perspective to keep the behavior as close as possible to v2:
|
thanks @my8bit for clarifying. I'd like to try making a contribution. Can you add me and @malgamves to your fork so we can collab on this PR? |
Thanks! I've sent invites with write access |
As stated in the official documentation for the Weaviate TypeScript client they are deprecating the v2 version of the client.
Source: Weaviate Documentation
This MR is implementing the necessary changes to be able to use the v3 of the client.