query_engine.query
pymilvus.exceptions.MilvusException: <MilvusException: (code=0, message=metric_type not found in search_params)>
MilvusVectorStore
but I don't think it's using it or something. Anyone ever run into this?# construct vector store vector_store = MilvusVectorStore( uri="http://localhost:19530", search_config={"metric_type": "IP"}, )
search_config
instead of the documented search_params