dsl
dsl
When the total amount of data to be deleted is more than 40, this problem will not occur. When the total amount of data is more than 200, this problem...
> you can try to set the `consistency_level` param to `Strong` in the delete method how to call delete method by this param? I did not find api doc
I saw a time traval value mentioned in your document. How long will it take before it will be retrieved by default?
> @dushulin maybe the go sdk have not give the param, you can set the collection `consistency_level ` to `strong`, and try to delete the data. We need complex expr,...
> @dushulin you can set the `consistency_level` in search and query request https://github.com/milvus-io/milvus-sdk-go/blob/e697167f1828049c4c6237f0e3646b77b725ebdf/client/options.go#L174-L179 Are there fields for curl?
> here is the client api > > ``` > func (c *GrpcClient) Search(ctx context.Context, collName string, partitions []string, > expr string, outputFields []string, vectors []entity.Vector, vectorField string, metricType entity.MetricType,...