InMemoryDocumentStore does not support filters for BM25 retrieval. This parameter is ignored. #7084
Answered
by
anakin87
LeoTungAnh
asked this question in
Questions
-
Dear all, I am trying to run all tutorials with InMemoryDocumentStore. Although existing documents said that this kind of storing document works with BM25, but actual running code does create an output of unsupporting BM25 for InMemory |
Beta Was this translation helpful? Give feedback.
Answered by
anakin87
Feb 26, 2024
Replies: 1 comment 3 replies
-
Hey @LeoTungAnh!
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OK. You are right. Filters don't work with
BM25Retriever
+InMemoryDocumentStore
in Haystack 1.x.If you are approaching Haystack for the first time, I would suggest starting with Haystack 2.0-beta. We will release the stable version in a few weeks.
Anyway, if you explain what you are trying to do, I can provide some suggestions...