groot
groot
Related issue: https://github.com/openai/chatgpt-retrieval-plugin/issues/135
The retry machinery is consistent with the milvus python sdk which is as-designed: https://github.com/milvus-io/pymilvus/blob/1081c49fcc21039300fec22e7b19805be8f198f0/pymilvus/decorators.py#L42 The loadCollection() calls showCollection() to check loading progress. Seems the showCollection() failed in rpc. "CANCELLED: Failed...
The querycoord failed to initialize. Need the full log to know what the error is.
> > above the log, here comes more than 40000 segments, did you call `flush` too often? @LiJie20190102 > > yes No need to call flush() frequently. Milvus can automatically...
on the server side, the expression parser requires "\n" to be `"\\n"` https://github.com/milvus-io/milvus/issues/30849
This example does a lot of things. It generates the data files, uploads the files to S3, and then call do_bulk_insert() API to import these files to a milvus server:...
> @yhmo Is it possible to do bulk insert of binary vectors stored as a .npy file? The example script also includes a demo for binary vectors: https://github.com/milvus-io/pymilvus/blob/5b5e3618408c1e0a6125e34ba14210e1ca351b72/examples/example_bulkwriter.py#L409
Other user encountered the same problem: https://github.com/milvus-io/milvus/discussions/22303 https://github.com/milvus-io/milvus/discussions/22300
The phenomena is very like the https://github.com/milvus-io/milvus/issues/21527 But I didn't found crash log in this test environment.
Use the birdwatcher to fix the checkpoint of a collection: 1. install birdwatcher ``` git clone https://github.com/milvus-io/birdwatcher cd birdwatcher go build -o birdwatcher main.go ``` 2. start birdwatcher cmd program...