XuanYang-cn

Results 73 issues of XuanYang-cn

### Good first issue - Suitable for people **who have little knowledge of Milvus or PyMilvus, and Python enthusiastic.** - **Usually takes no more than 30 mins to fix.** ####...

good first issue

from https://github.com/milvus-io/pymilvus-orm/issues/285 Attempting to conduct a search using data of type "pandas.core.frame.DataFrame" or "numpy.ndarray" will result in a ParamError. Example error: ``` ParamError: `search_data` value embeddings 0 [189, 20, 1,...

kind/feature

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. Add github action...

kind/feature

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug _No response_ ### Expected Behavior _No response_ ### Steps/Code To...

kind/enhancement
help wanted

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug _No response_ ### Expected Behavior _No response_ ### Steps/Code To...

kind/enhancement
help wanted

from https://github.com/milvus-io/pymilvus-orm/issues/199 ``` >>> collection.create_partition("comedy", description="comedy films") {"name": "comedy", "description": "comedy films", "num_entities": 0} >>> collection.partition("comedy") {"name": "comedy", "description": "", "num_entities": 0} ``` The code explains itself.

kind/bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug _No response_ ### Expected Behavior _No response_ ### Steps/Code To...

kind/enhancement
help wanted

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug We need to tidy the examples/ directory. The old_style APIs...

kind/enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug ``` Addr [ip:19530] query RPC error: {'API start': '2021-10-21 15:19:45.006188',...

kind/bug

> from https://github.com/milvus-io/pymilvus-orm/issues/192 issue from [slack channel](https://milvusio.slack.com/archives/C024XTWMT4L/p1624504076065700) ```python >>> results = collection.search(vectors[:5], field_name, param=search_params, limit=10, expr=None) >>> results[0].ids [424363819726212428, 424363819726212436, ...] >>> results[0].distances [0.0, 1.0862197875976562, 1.1029295921325684, ...] ``` I wonder...

kind/enhancement