pymilvus
pymilvus copied to clipboard
[QUESTION]: what milvus version need while use hybrid_search for bge-m3
Is there an existing issue for this?
- [ ] I have searched the existing issues
What is your question?
when i use hybrid search code, i got the error below:
Traceback (most recent call last):
File "/data/guoweizhang/code/llm-knowledge-base/tests/test_bge_m3.py", line 88, in
pymilvus package version: 2.4.0 docker version: 2.3.x
Anything else?
No response
@wayne2tech hello you need upgrade your milvus to version 2.4.0-rc.1(https://github.com/milvus-io/milvus/releases/tag/v2.4.0-rc.1) to use hybrid_search. However, upon reviewing your code, it appears that you are attempting to index data of the JSON type. Currently, we do not support indexing JSON data(Milvus 3.0 will support indexing JSON data.).