Replies: 2 comments
-
Hey, I don’t have an answer to your questions, but did you happen to see the feature request I made about using custom cohere rerankers in flowise? I saw you recently updated the rerankers to 3.5 so I thought you might be able to help. The request is here: #4086 (comment) |
Beta Was this translation helpful? Give feedback.
-
The way the metadata is passed to weaviate will not work for filtering. The documentation appears to show the correct structure required by weaviate; however, the metadata filter passed is just a simple {key:value} pair. I've created a PR to fix this and structure the key/value passed in so that it works in weavaite as an Equal filter. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Attempt to filter by Metadata in Weaviate
Filtering by metadata in weaviate seems to have no effect. I am expecting the following to only return results with the tag
{'company':'ACME_Org'}
Here is my config
However, it has no effect and all the data, regardless of tag is returned. What am I doing wrong?
Documentation appears outdated
It seems the documentation is outdated, as it shows this example, which cannot be reproduced:

Beta Was this translation helpful? Give feedback.
All reactions