PowderLi
ff93e8b489
fix: [CHERRY-PICK] CollectionSchema.autoID is deprecated ( #30011 )
...
issue: [#30000 ](https://github.com/milvus-io/milvus/issues/30000 )
related to: [milvus-proto
#202 ](https://github.com/milvus-io/milvus-proto/pull/202 )
master pr: #30002
1. replace collSchema.AutoID with primaryField.AutoID
2. show `enableDynamic` & `enableDynamicField` at the same time
3. avoid data race about the access to metacache
Signed-off-by: PowderLi <min.li@zilliz.com>
2024-01-16 14:32:53 +08:00
PowderLi
4ab02da3ac
enhance: RESTFUL search api support range search ( #29097 )
...
issue: #29004
master pr: #29055
add a new parameter: `params`, which is a map[string]float64;
but now only 2 valid item: radius + range_filter;
Signed-off-by: PowderLi <min.li@zilliz.com>
2023-12-17 23:14:45 +08:00
PowderLi
dcb7a89601
[restful] new interface: upsert ( #27787 )
...
interface: delete support expression
Signed-off-by: PowderLi <min.li@zilliz.com>
2023-10-20 09:54:11 +08:00
PowderLi
a7eecb1be0
support high-level RESTFUL API, listen on the same port as grpc. ( #25108 )
...
Signed-off-by: PowderLi <min.li@zilliz.com>
2023-08-08 10:15:07 +08:00