[Bug]: https://milvus.io/docs/zh/use-json-fields.md 文档有误,并且pymilvus.exceptions.MilvusException: <MilvusException: (code=1100, message=INVERTED are not supported on JSON field: invalid parameter[expected=valid index params][actual=invalid index params])> #2710
Labels
kind/bug
Something isn't working
Is there an existing issue for this?
Describe the bug
文档中
这里index_params = client.prepare_index_params() 定义了两次,之前定义JSON INDEX 被重新初始化了,这里只有一个embedding 的 AUTOINDEX
并且如果 去掉多余的index_params = client.prepare_index_params() ,执行会报错pymilvus.exceptions.MilvusException: <MilvusException: (code=1100, message=INVERTED are not supported on JSON field: invalid parameter[expected=valid index params][actual=invalid index params])>
Expected Behavior
No response
Steps/Code To Reproduce behavior
Environment details
Anything else?
No response
The text was updated successfully, but these errors were encountered: