Replies: 1 comment
-
Any news about this? there's any current development? I can help |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
I would like to propose adding support for the Weaviate client v3 to the
@langchain/weaviate
package, alongside the existing support for client v2. The new client version is currently available as a release candidate (RC) and introduces several improvements and new features that would greatly benefit users of the LangChainJS library.Motivation
The current
@langchain/weaviate
package supports Weaviate client v2, but the forthcoming Weaviate client v3 brings notable enhancements, including:insertMany
method replacesobjectBatcher
for more efficient batch insertions.These improvements can significantly enhance the development experience and performance for users integrating LangChainJS with Weaviate.
Proposal (If applicable)
No response
Beta Was this translation helpful? Give feedback.
All reactions