Request to enable BM25 search for Japanese in formal container release #42473
Replies: 2 comments
-
/assign @aoiasd |
Beta Was this translation helpful? Give feedback.
-
Because Lindera changes their dictionary download path and abolish the old path cause milvus which use low version lindera comlilation failure. And we are exploring other solutions to make it possible to support by default. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
BM25 search for Japanese requires Lindera tokenizer with the dictionray of ipadic.
But this feature is disabled on Mar 27 by changing the conditional compilation of the following file:
internal/core/thirdparty/tantivy/tantivy-binding/Cargo.toml
default = ["lindera-ipadic", "lindera-ko-dic", "lindera-cc-cedict"] is changed into default = [].
The merge request is: enhance: not build lindera features by default and support make milvus with tantivy features #40813
#40813
Why the BM25 search for Japanese is removed? Is it for making unit test code passed?
Do you have any release plan to enable this feature again in a formal release version?
The current document of v2.5.x states this feature is supported but the released container images do not support it.
Beta Was this translation helpful? Give feedback.
All reactions