Buqian Zheng
Buqian Zheng
In my use case my `GetSomethingRequest` includes a `map`, and I didn't manage to pass the map as a query param. So I have to attach a body to the...
issue: #29419 Supporting inserting, loading, building index, search from index, GetVectorByIds for now. Advanced features such as range search not yet implemented. DO NOT MERGE this PR. I'll split this...
/kind improvement
for example [`grpc_handler.py::search`](https://github.com/milvus-io/pymilvus/blob/bfdf7d00cf5ea0d12cde859fe553acc35218c529/pymilvus/client/grpc_handler.py#L757) calls `check_pass_param` but is not passing `param` to `check_pass_param`. Some other operations such as `create_index`, `insert` and `upsert` doesn't call `check_pass_param` at all. Even if we have...
issue: #29419
### Is there an existing issue for this? - [X] I have searched the existing issues ### Topic https://milvus.io/api-reference/pymilvus/v2.4.x/ORM/Collection/search.md For the doc of radius and range_filter to be consistent. Also...
### Is there an existing issue for this? - [X] I have searched the existing issues. ### Issue we have added multiple vector fields support in 2.4, thus we can...
### Is there an existing issue for this? - [X] I have searched the existing issues. ### Issue google for `milvus wait_for_index_building_complete` and the first link is 404 link is:...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Topic https://milvus.io/docs/dynamic_schema.md In the example, it would be more clear to add comments...
### Is there an existing issue for this? - [X] I have searched the existing issues. ### Issue https://milvus.io/api-reference/pymilvus/v2.2.x/SearchResult/Hit().md different attrubutes as in code https://github.com/milvus-io/pymilvus/blob/6344a18434e6e6a824ae036747a1b720501aee1b/pymilvus/client/abstract.py#L448: `id` vs `ids`, `distance` vs...