You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
According to the documentation, the method 'get_by_ids' should be supported, however when I call it ("langchain-weaviate v0.0.3"), I get the message back "WeaviateVectorStore does not yet support get_by_ids"...
It's also a bit confusing, since there's still a 'langchain_community.vectorstores.weaviate' vs. langchain-weaviate. I assumed the later replaced the community-package, but I might be wrong.
Expected behavior
Support for 'get_by_ids' to fetch results directly
Screenshots
Tech Stack (please complete the following information):
weaviate server version: 1.28.2
weaviate client version: 4.10.4
langchain-weaviate version: 0.0.3
langchain version: 0.3.7
Thank you!
The text was updated successfully, but these errors were encountered:
Describe the bug
According to the documentation, the method 'get_by_ids' should be supported, however when I call it ("langchain-weaviate v0.0.3"), I get the message back "WeaviateVectorStore does not yet support get_by_ids"...
https://python.langchain.com/api_reference/weaviate/vectorstores/langchain_weaviate.vectorstores.WeaviateVectorStore.html#langchain_weaviate.vectorstores.WeaviateVectorStore.get_by_ids
It's also a bit confusing, since there's still a 'langchain_community.vectorstores.weaviate' vs. langchain-weaviate. I assumed the later replaced the community-package, but I might be wrong.
Expected behavior
Support for 'get_by_ids' to fetch results directly
Screenshots
Tech Stack (please complete the following information):
Thank you!
The text was updated successfully, but these errors were encountered: