- May 08, 2021
-
-
Cai Yudong authored
Signed-off-by:
yudong.cai <yudong.cai@zilliz.com>
-
- May 07, 2021
-
-
Kun Yu 【余昆】 authored
Signed-off-by:
fishpenguin <kun.yu@zilliz.com>
-
FluorineDog authored
Re-enable knowhere unittests and merge them all together. Signed-off-by:
fluorinedog <fluorinedog@gmail.com>
-
dragondriver authored
Signed-off-by:
dragondriver <jiquan.long@zilliz.com>
-
陈庆祥 authored
Upgrade grpc version from 1.26 to 1.27 Signed-off-by:
godchen <qingxiang.chen@zilliz.com>
-
zhenshan.cao authored
Signed-off-by:
zhenshan.cao <zhenshan.cao@zilliz.com>
-
Cai Yudong authored
Signed-off-by:
yudong.cai <yudong.cai@zilliz.com> improve code coverage for distributed/dataservice
-
dragondriver authored
Pass a parameter `IsExpr` from proxy to query node, so query node can create search plan according to the variable `IsExpr`. It makes `segcore` unnecessary to distinguish `dsl` or `expr` using dynamic exception. When `IsExpr` is set to true, query node will call `CreatePlanByExpr` according to the passed information about expression. Otherwise query node will keep still to use `CreatePlan` according to the `dsl` information. At the same time, this pr adds some unittests to `CreatePlanByExpr`, these unittests translate already exist case with `dsl` to case with `expr`. Signed-off-by:
dragondriver <jiquan.long@zilliz.com>
-
quicksilver authored
Signed-off-by:
quicksilver <zhifeng.zhang@zilliz.com>
-
xige-16 authored
Signed-off-by:
xige-16 <xi.ge@zilliz.com>
-
- May 06, 2021
-
-
LocoRichard authored
Signed-off-by:
<LocoRichard> <lichen.wang@zilliz.com>
-
LocoRichard authored
**What type of PR is this?** - [ ] API-change - [ ] BUG - [ ] Improvement - [x] Documentation - [ ] Feature - [ ] Test and CI - [ ] Code Refactoring **Which issue(s) this PR fixes:** Fixes # **What this PR does / why we need it:** New readme doc
-
- May 03, 2021
-
-
Xiangyu Wang authored
Signed-off-by:
Xiangyu Wang <xiangyu.wang@zilliz.com>
-
- Apr 30, 2021
-
-
dragondriver authored
Signed-off-by:
dragondriver <jiquan.long@zilliz.com>
-
FluorineDog authored
1. Support Term, like `A in [1, 2, 3]` 2. Support Not, like `! A < 3` 3. Support logical combination, like `A < 3 && B > 5 or C == 0` Type: Feature Signed-off-by:
fluorinedog <fluorinedog@gmail.com>
-
李盛俊 authored
When the remaining space is empty, the zero size allocation will get the pointer `end_`. However, `cudafree` the pointer `end_` will cause to crash. Fix: #5078 #4770 #4412 #4340 #3646 Signed-off-by:
shengjun.li <shengjun.li@zilliz.com>
-
- Apr 29, 2021
-
-
quicksilver authored
Signed-off-by:
quicksilver <zhifeng.zhang@zilliz.com> **What type of PR is this?** - [x] enhancement **What this PR does / why we need it:** Upload Milvus images to internal mirror repository when Push triggered
-
FluorineDog authored
**What type of PR is this?** - [x] Feature **What this PR does / why we need it:** This PR supports boolean expression as DSL. 1. The goal of this PR is to support predicates like `A > 3 && not B < 5 or C in [1, 2, 3]`. 2. Defines `plan.proto`, as Intermediate Representation (IR) used between go and cpp. 3. Support expr parser, convert predicate expr to IR in proxynode, while doing static check there 4. Support IR to AST in cpp, enable the execution
-
quicksilver authored
**What type of PR is this?** - [x] Improvement **Which issue(s) this PR fixes:** Fixes #5038 **What this PR does / why we need it:** Run KinD Inside A Kubernetes Cluster For Continuous Integration
-
Yihao Dai authored
Signed-off-by:
bigsheeper <yihao.dai@zilliz.com> **What type of PR is this?** - [ ] API-change - [x] BUG - [ ] Improvement - [ ] Documentation - [ ] Feature - [ ] Test and CI - [ ] Code Refactoring **Which issue(s) this PR fixes:** Fixes # **What this PR does / why we need it:** Not Available
-
quicksilver authored
Signed-off-by:
quicksilver <zhifeng.zhang@zilliz.com>
-
quicksilver authored
Signed-off-by:
quicksilver <zhifeng.zhang@zilliz.com>
-
Xiangyu Wang authored
Signed-off-by:
Xiangyu Wang <xiangyu.wang@zilliz.com>
-
Xiangyu Wang authored
Signed-off-by:
Xiangyu Wang <xiangyu.wang@zilliz.com>
-
- Apr 28, 2021
-
-
XuanYang-cn authored
Now it's able to start multiple datanode, however, they will process the same insert data. Further changes are needed to truly enable multiple datanode: While registering, dataservice need to return different insert channels for different datanode. Signed-off-by:
yangxuan <xuan.yang@zilliz.com>
-
陈庆祥 authored
* remove field in desc index interface Signed-off-by:
godchen <qingxiang.chen@zilliz.com> * trigger GitHub actions Signed-off-by:
godchen <qingxiang.chen@zilliz.com>
-
quicksilver authored
* Provide install dependencies for Ubuntu and CentOS Signed-off-by:
quicksilver <zhifeng.zhang@zilliz.com> * Update scripts/install_deps.sh Signed-off-by:
quicksilver <zhifeng.zhang@zilliz.com>
-
陈庆祥 authored
Signed-off-by:
godchen <qingxiang.chen@zilliz.com>
-
陈庆祥 authored
Add get index build progress interface implementation. Signed-off-by:
godchen <qingxiang.chen@zilliz.com>
-
- Apr 27, 2021
-
-
quicksilver authored
* Used for local development or CI in Kubernetes in Docker
-
陈庆祥 authored
Fix the version of protobuf in go.mod not consistence with MakeFile Signed-off-by:
godchen <qingxiang.chen@zilliz.com>
-
陈庆祥 authored
Add get index build progress proto. Signed-off-by:
godchen <qingxiang.chen@zilliz.com>
-
李盛俊 authored
Signed-off-by:
shengjun.li <shengjun.li@zilliz.com>
-
zhenshan.cao authored
Signed-off-by:
zhenshan.cao <zhenshan.cao@zilliz.com>
-
neza2017 authored
Signed-off-by:
yefu.chen <yefu.chen@zilliz.com>
-
quicksilver authored
Signed-off-by:
quicksilver <zhifeng.zhang@zilliz.com>
-
- Apr 26, 2021
-
-
Cai Yudong authored
Signed-off-by:
yudong.cai <yudong.cai@zilliz.com>
-
XuanYang-cn authored
Signed-off-by:
yangxuan <xuan.yang@zilliz.com>
-
Cai Yudong authored
* rename all singlenode to standalone Signed-off-by:
yudong.cai <yudong.cai@zilliz.com> * update docker image name Signed-off-by:
yudong.cai <yudong.cai@zilliz.com> * fix merge conflict Signed-off-by:
yudong.cai <yudong.cai@zilliz.com> * Rename all singlenode to standalone (#1) Signed-off-by:
quicksilver <zhifeng.zhang@zilliz.com> Co-authored-by:
quicksilver <zhifeng.zhang@zilliz.com>
-
neza2017 authored
Signed-off-by:
yefu.chen <yefu.chen@zilliz.com>
-