Results 8 comments of OxalisCu

> 你是不是用了清华的源?切成阿里云的源就可以了。 折磨了很久,确实是这个sb问题,感谢

我也遇到了不能同步私有仓库的问题: 通过actions/github-script和github-token获取私有库名成功,但是Yikun/hub-mirror-action@master下载github库的时候失败,错误如下 ![image](https://user-images.githubusercontent.com/64067746/161589729-4483563d-7a1b-42f3-ba9b-bb16965c6a72.png) 并且将仓库设为公开后同步成功 不知道这个是否是因为hub-morror-action还不支持同步私有库,如果是的话希望能进行支持,respect

> https://github.com/milvus-io/pymilvus/blob/master/examples/example_bulkinsert_csv.py @OxalisCu This example lacks many data types and can be supplemented with all data types. At the same time, this example also lacks the usage of bulk writers,...

> https://github.com/milvus-io/pymilvus/blob/da51ba14edde3c67b682f2d0ae1b85a095815692/examples/example_bulkinsert_csv.py#L100-L117 > > @OxalisCu @yhmo > > At the same time, is the usage of Dynamic SCHEMA correct in this example? I understand it should be written like this,...

> > > https://github.com/milvus-io/pymilvus/blob/da51ba14edde3c67b682f2d0ae1b85a095815692/examples/example_bulkinsert_csv.py#L100-L117 > > > > > > @OxalisCu @yhmo > > > At the same time, is the usage of Dynamic SCHEMA correct in this example? I...

I haven't reproduced this problem. The error seems to be that milvus does not support the csv format. Please check whether milvus is compiled from the latest code of the...

Milvus supported the csv format in August https://github.com/milvus-io/milvus/pull/34938. The current released version does not support inserting csv files. From the error message, I guess the reason is that you are...