ThreadDao
604fb754a2
test: add cases for async milvus client ( #38691 )
...
issue: #38697
pr: #38699
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
2024-12-25 17:08:49 +08:00
yanliang567
dc78b67f73
test: Add alter index, alter collection, alter database tests ( #38561 )
...
related issue: #38471
---------
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2024-12-19 10:30:47 +08:00
Bingyi Sun
b469999f65
enhance: allow hyphen in partition name ( #38474 )
...
Signed-off-by: sunby <sunbingyi1992@gmail.com>
2024-12-18 13:54:47 +08:00
zhuwenxing
989c66c7eb
test: add lib for supporting higher python version ( #38477 )
...
pr: https://github.com/milvus-io/milvus/pull/38475
---------
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2024-12-17 14:48:50 +08:00
Xianhui Lin
352e51a88d
enhance: [2.4]alterdatabase support delete property ( #38450 )
...
alterdatabase support delete property
issue: https://github.com/milvus-io/milvus/issues/38379
---------
Signed-off-by: Xianhui.Lin <xianhui.lin@zilliz.com>
2024-12-15 17:40:44 +08:00
SimFG
df73f93126
enhance: [2.4] pick some master improvements to 2.4 branch ( #38128 )
...
- issue: #38127
master pr list:
- #37759
- #37835
- #37845
- #37874
- #37894
- #37969
- #37983
- #38005
- #38035
---------
Signed-off-by: SimFG <bang.fu@zilliz.com>
2024-12-13 10:24:45 +08:00
Xianhui Lin
24c8883369
enhance: [2.4]altercollection validation logic ( #38421 )
...
altercollection validation logic
issue: https://github.com/milvus-io/milvus/issues/37436
pr: https://github.com/milvus-io/milvus/pull/38419
---------
Signed-off-by: Xianhui.Lin <xianhui.lin@zilliz.com>
2024-12-12 21:46:44 +08:00
nico
2e5537f050
test: update sdk version and cases ( #38363 )
...
pr: #38330
Signed-off-by: nico <cheng.yuan@zilliz.com>
2024-12-12 10:40:42 +08:00
Xianhui Lin
d8753a1489
enhance: [2.4]alterindex & altercollection supports altering properties ( #38361 )
...
enhance :
alterindex delete properties
We have introduced a new parameter deleteKeys to the alterindex
functionality, which allows for the deletion of properties within an
index. This enhancement provides users with the flexibility to manage
index properties more effectively by removing specific keys as needed.
altercollection delete properties
We have introduced a new parameter deleteKeys to the altercollection
functionality, which allows for the deletion of properties within an
collection. This enhancement provides users with the flexibility to
manage collection properties more effectively by removing specific keys
as needed.
3.support altercollectionfield
We currently support modifying the fieldparams of a field in a
collection using altercollectionfield, which only allows changes to the
max-length attribute.
Key Points:
New Parameter - deleteKeys: This new parameter enables the deletion of
specified properties from an index. By passing a list of keys to
deleteKeys, users can remove the corresponding properties from the
index.
Mutual Exclusivity: The deleteKeys parameter cannot be used in
conjunction with the extraParams parameter. Users must choose one
parameter to pass based on their requirement. If deleteKeys is provided,
it indicates an intent to delete properties; if extraParams is provided,
it signifies the addition or update of properties.
issue: https://github.com/milvus-io/milvus/issues/37436
pr: https://github.com/milvus-io/milvus/pull/37437
---------
Signed-off-by: Xianhui.Lin <xianhui.lin@zilliz.com>
2024-12-11 11:46:43 +08:00
nico
dcd6004e1d
enhance: update pymilvus version(2.4) ( #38227 )
...
pr: #38225
Signed-off-by: nico <cheng.yuan@zilliz.com>
2024-12-09 19:52:47 +08:00
nico
bbd96e1829
test: update pymilvus version and test cases ( #37711 )
...
Signed-off-by: nico <cheng.yuan@zilliz.com>
2024-11-18 14:14:32 +08:00
nico
2bf8773d58
enhance: update sdk version ( #37661 )
...
pr: #37660
Signed-off-by: nico <cheng.yuan@zilliz.com>
2024-11-14 17:46:39 +08:00
nico
a3c1fc1848
test: update test cases ( #37476 )
...
pr: #36841
Signed-off-by: nico <cheng.yuan@zilliz.com>
2024-11-07 16:56:25 +08:00
nico
771fad51b3
test: update pymilvus version and test cases ( #37301 )
...
Signed-off-by: nico <cheng.yuan@zilliz.com>
2024-10-31 09:40:22 +08:00
yanliang567
80db377586
test: [cherry pick]Add alias tests for rename collection ( #37008 )
...
related issue: https://github.com/milvus-io/milvus/issues/36963
pr: https://github.com/milvus-io/milvus/pull/36978
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2024-10-21 18:45:32 +08:00
yanliang567
89f28cf498
test: Add Diskann for grouping search ( #36909 )
...
related issue: https://github.com/milvus-io/milvus/pull/36813
pr: #36853
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2024-10-16 16:11:24 +08:00
yanliang567
b90cda2e5d
test: [cherry pick]Add upsert in row test ( #36855 )
...
related issue: https://github.com/milvus-io/milvus/issues/36710
pr: #36820
---------
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2024-10-16 10:29:24 +08:00
nico
40259d47d1
test: update test cases ( #36839 )
...
pr: #36853
Signed-off-by: nico <cheng.yuan@zilliz.com>
2024-10-16 09:55:23 +08:00
yanliang567
a645ab87a0
test: [cherry pick]Add json key in [] test to verify issue ( #36810 )
...
related issue: https://github.com/milvus-io/milvus/issues/36718
pr: https://github.com/milvus-io/milvus/pull/36738
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2024-10-12 18:03:21 +08:00
nico
f10806650a
test: update pymilvus version and test case ( #36590 )
...
pr: #36589
Signed-off-by: nico <cheng.yuan@zilliz.com>
2024-10-08 17:25:24 +08:00
yanliang567
7218a58477
test: [Cherry Pick]Add partial load tests ( #36432 )
...
related issue: #36037
pr: #36427
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2024-09-23 17:11:13 +08:00
nico
2df9309b4a
test: update pymilvus version and skip some cases ( #36283 )
...
pr: #36281
Signed-off-by: nico <cheng.yuan@zilliz.com>
2024-09-14 17:57:14 +08:00
nico
33054d5723
test: update pymilvus version and test cases ( #36032 )
...
pr: #35867
Signed-off-by: nico <cheng.yuan@zilliz.com>
2024-09-10 10:39:09 +08:00
nico
498c9470de
test: update test cases ( #35718 )
...
pr: #35640
Signed-off-by: nico <cheng.yuan@zilliz.com>
2024-08-28 19:23:01 +08:00
yellow-shine
03627150d3
enhance new jenkinsfile for nightly and e2e ( #35715 )
...
https://github.com/milvus-io/milvus/pull/35672
Signed-off-by: Yellow Shine <sammy.huang@zilliz.com>
2024-08-27 14:23:05 +08:00
yanliang567
d7d4525c2e
test:[cherry-pick] Add upsert with autoid and update init collection method ( #35624 )
...
Related issue: https://github.com/milvus-io/milvus/issues/32653
pr: #35596
---------
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2024-08-22 14:00:57 +08:00
wei liu
4610dafb2e
enhance: make configure load param feature be compatible with old sdk( #35520 ) ( #35573 )
...
issue: #31570 #35521
pr: #35520 #35546
---------
Signed-off-by: Wei Liu <wei.liu@zilliz.com>
2024-08-20 18:20:57 +08:00
zhagnlu
db9e4b898a
enhance: support bitmap index ( #35336 )
...
pr: #32902
cherry-pick bitmap index from master
Signed-off-by: luzhang <luzhang@zilliz.com>
Co-authored-by: luzhang <luzhang@zilliz.com>
2024-08-07 20:12:18 +08:00
nico
18de5f56ad
test: update test cases ( #35210 )
...
pr: #35218
Signed-off-by: nico <cheng.yuan@zilliz.com>
2024-08-07 09:32:17 +08:00
yellow-shine
3a997e8056
enhance: docker-compose first then try to use docker compose ( #35227 )
...
https://github.com/milvus-io/milvus/issues/35209
https://github.com/milvus-io/milvus/pull/35208
---------
Signed-off-by: Yellow Shine <sammy.huang@zilliz.com>
2024-08-02 19:37:09 +08:00
nico
9bebca472b
test: update pymilvus version ( #35143 )
...
pr: #34843
Signed-off-by: nico <cheng.yuan@zilliz.com>
2024-08-01 11:04:13 +08:00
zhagnlu
866055527b
enhance: revert remove duplicated pk function ( #35102 )
...
pr: #35103
Signed-off-by: luzhang <luzhang@zilliz.com>
Co-authored-by: luzhang <luzhang@zilliz.com>
2024-07-30 20:03:50 +08:00
zhagnlu
6f0f3034c6
fix: fix query count(*) concurrently ( #35010 )
...
pr: #35007
Signed-off-by: luzhang <luzhang@zilliz.com>
Co-authored-by: luzhang <luzhang@zilliz.com>
2024-07-26 11:11:46 +08:00
zhagnlu
9eb42bbda0
fix: fix parse plan proto failed for search type ( #34957 )
...
pr: #34944
Signed-off-by: luzhang <luzhang@zilliz.com>
Co-authored-by: luzhang <luzhang@zilliz.com>
2024-07-25 20:27:46 +08:00
elstic
40f6febf9b
test: [cherry-pick] Fix index creation mismatch for sparse vector columns in multivector case ( #34620 )
...
pr: https://github.com/milvus-io/milvus/pull/34618
Signed-off-by: elstic <hao.wang@zilliz.com>
2024-07-16 09:39:38 +08:00
smellthemoon
0fdb288de7
enhance: upsert support autoid( #30342 ) ( #34633 )
...
pr: #30342
issue: #29258
Signed-off-by: lixinguo <xinguo.li@zilliz.com>
2024-07-15 20:53:39 +08:00
Gao
a60e2a65ff
enhance: change autoindex default metric type ( #34277 )
...
issue: #34304
pr: #34261
Signed-off-by: chasingegg <chao.gao@zilliz.com>
2024-07-08 10:52:14 +08:00
elstic
fb88267855
test: [cherry-pick] update test case ( #34109 )
...
pr: https://github.com/milvus-io/milvus/pull/34108
Signed-off-by: elstic <hao.wang@zilliz.com>
2024-07-02 22:04:08 +08:00
zhuwenxing
9cb3658d74
test: [cherry-pick]remove dup code ( #34243 )
...
pr: https://github.com/milvus-io/milvus/pull/34242
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2024-06-28 10:44:05 +08:00
yanliang567
59d910320d
test:[cherry-pick]Update tests for range search and add test for query with dup ids ( #34069 )
...
related issue: https://github.com/milvus-io/milvus/issues/33883
pr: #34057
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2024-06-24 11:34:03 +08:00
Jiquan Long
22e6807e9a
feat: support inverted index for array ( #33452 ) ( #34053 )
...
pr: https://github.com/milvus-io/milvus/pull/33184
pr: https://github.com/milvus-io/milvus/pull/33452
pr: https://github.com/milvus-io/milvus/pull/33633
issue: https://github.com/milvus-io/milvus/issues/27704
Co-authored-by: xiaocai2333 <cai.zhang@zilliz.com>
---------
Signed-off-by: Cai Zhang <cai.zhang@zilliz.com>
Signed-off-by: longjiquan <jiquan.long@zilliz.com>
Co-authored-by: cai.zhang <cai.zhang@zilliz.com>
2024-06-24 10:50:03 +08:00
elstic
5952c09925
test: [cherry-pick] optimizing variable names ( #34036 )
...
pr: https://github.com/milvus-io/milvus/pull/34035
Signed-off-by: elstic <hao.wang@zilliz.com>
2024-06-21 10:12:01 +08:00
elstic
e0e2ed073b
test: [cherry-pick] change the number of insertion vectors ( #34015 )
...
pr: https://github.com/milvus-io/milvus/pull/34014
Signed-off-by: elstic <hao.wang@zilliz.com>
2024-06-20 13:58:05 +08:00
zhuwenxing
c61740d407
test: [cherry-pick]add test case for bulkwriter ( #33914 )
...
pr: https://github.com/milvus-io/milvus/pull/33879
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2024-06-20 09:22:18 +08:00
nico
27905de192
test: update test cases ( #33971 )
...
Signed-off-by: nico <cheng.yuan@zilliz.com>
2024-06-19 16:48:01 +08:00
elstic
caa1b0f06e
test: [cherry-pick] add more sparse test cases ( #33918 )
...
issue: https://github.com/milvus-io/milvus/issues/31483
pr: https://github.com/milvus-io/milvus/pull/33916
Signed-off-by: elstic <hao.wang@zilliz.com>
2024-06-19 15:24:09 +08:00
congqixia
60695bdb44
enhance: [2.4] Set maxPartitionNum default value to 1024 ( #33950 )
...
Cherry-pick from master
pr: #33949
See also #30059
---------
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2024-06-18 18:42:00 +08:00
nico
530756fe42
test: update test cases ( #33899 )
...
pr: #33096
Signed-off-by: nico <cheng.yuan@zilliz.com>
2024-06-18 11:35:59 +08:00
zhuwenxing
5b847e93fc
test: [cherry-pick]update import test case to support different dim ( #33709 ) ( #33866 )
...
pr: #33709
add test case for https://github.com/milvus-io/milvus/issues/33681
---------
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
(cherry picked from commit ca1f7ab019a310c88f39891becdc1da41290f171)
2024-06-14 16:23:57 +08:00
zhuwenxing
29efd69857
test: refine import test ( #33691 )
...
pr: #33600 #33356
2024-06-07 09:21:53 +08:00