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
I think so, nothing changed on my end. I'm using sandbox weaviate dbs that I renew every 14 days. The query.get requests on the new sandbox dbs all lead me to this issue.
However, on the weaviate console, the same get requests work fine
@1hkr Have you tried running against your local self-hosted weaviate? I would probably pose a question in their Slack as well, to try and figure out what changed in the newest version.
Hi!
For the last 2 weeks I have been having an issue with the get function.
All other functions work fine.
Here's a request example:
$weaviate_client.query.get class_name: 'Products', where: '{ operator: Equal, valueText: "1-dev", path: ["company"] }', fields: 'product_id', limit: "2"
Response:
{"Products"=>["interface conversion: interface {} is nil, not int"]}
It never happened before, and started happening since database version 1.26.4
The text was updated successfully, but these errors were encountered: