eyifei
eyifei
> version's value maybe string like "Pkg/2.5.4", not like other SemVer pattern. > > Also , _fields init with empty list , see [this](https://github.com/langgenius/dify/blob/33a565a719036a99c95745944ebdff1432abddc9/api/core/rag/datasource/vdb/milvus/milvus_vector.py#L74C14-L74C21). this will cause got non match...
@dosu, I already set the environment variable MILVUS_ENABLE_HYBRID_SEARCH to True in .env file. I think this is a bug about version check.
@crazywoola the milvus I am using is deployed separated, not from docker-compose, is a standalone of 2.5.4 version. I directly modify this part to connect my milvus. ``` # Milvus...