Replies: 2 comments
-
|
This error is caused by a type mismatch in the retrieval logic: the similarity scores array ( To work around this, you can enforce numeric type conversion for similarity scores before they are used in numpy operations (for example, by converting the list to floats before creating the numpy array). This will prevent the type mismatch and allow retrieval testing to work as expected. For more details, see the relevant retrieval logic here. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
After updating my Ragflow version to de24e74 (v0.21.1), I've been getting this error when using the "Retrieval testing" tool.
Looking at the logs, this is what I get:
Anyone facing the same or similar issue?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions