Skip to content
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

get_by_ids not supported... #221

Open
hschmied opened this issue Jan 22, 2025 · 0 comments
Open

get_by_ids not supported... #221

hschmied opened this issue Jan 22, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@hschmied
Copy link

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):

  • 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!

@hschmied hschmied added the bug Something isn't working label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant