1187 Commits

Author SHA1 Message Date
zhenshan.cao
be58ccb65e Delete unused
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
2020-09-12 16:57:37 +08:00
shengjh
4cf6e079bc Add etcd watcher
Signed-off-by: shengjh <1572099106@qq.com>
2020-09-11 18:55:43 +08:00
bigsheeper
26515417af Fix insertion, deletion and search unites
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2020-09-11 17:49:17 +08:00
FluorineDog
18eba6fb18 Fix ConcurrentVector bug
Signed-off-by: FluorineDog <guilin.gou@zilliz.com>
2020-09-11 15:26:33 +08:00
FluorineDog
b4e76c9490 Add testcase for deleted record
Signed-off-by: FluorineDog <guilin.gou@zilliz.com>
2020-09-10 17:57:33 +08:00
FluorineDog
8a37d15f48 Support Deleted Record
Signed-off-by: FluorineDog <guilin.gou@zilliz.com>
2020-09-10 15:06:20 +08:00
FluorineDog
78992a98b0 Enable Query of Segment Naive
Signed-off-by: FluorineDog <guilin.gou@zilliz.com>
2020-09-10 09:42:19 +08:00
rain
ef25004205 Update the frequence of getting message of informer
Signed-off-by: rain <boyan.wang@zilliz.com>
2020-09-09 16:52:35 +08:00
FluorineDog
b877428e16 Fix bug of wrong ConcurrentVector type
Signed-off-by: FluorineDog <guilin.gou@zilliz.com>
2020-09-09 15:31:37 +08:00
bigsheeper
1370da9498 Add message sending and key2segment, use hard code schema
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2020-09-09 15:24:07 +08:00
shengjh
8f9a8d83e4 Enable timesyc
Signed-off-by: shengjh <1572099106@qq.com>
2020-09-09 14:34:03 +08:00
FluorineDog
3f10cddf3e Fix gtest, support AckResponder, update segment interface
Signed-off-by: FluorineDog <guilin.gou@zilliz.com>
2020-09-09 12:02:52 +08:00
bigsheeper
f1b08a98c5 Update segment cgo api unittest
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2020-09-09 11:53:06 +08:00
bigsheeper
1573209846 Add preInsert and preDelete api
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2020-09-09 10:43:41 +08:00
bigsheeper
51c45ced37 Fix segment cgo api
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2020-09-09 10:34:27 +08:00
bigsheeper
5dd9a82434 Refactor query node deletion and insertion behavior
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2020-09-09 10:28:16 +08:00
bigsheeper
cdf8223558 Update segment cgo api
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2020-09-08 15:56:03 +08:00
bigsheeper
b948a3438e Add api about insertion, deletion and search
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2020-09-07 17:01:46 +08:00
bigsheeper
947b223bae Add segment status and management
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2020-09-03 19:58:33 +08:00
neza2017
18a56c9b5d Add build.sh for core
Signed-off-by: neza2017 <yefu.chen@zilliz.com>
2020-09-02 20:05:02 +08:00
bigsheeper
d461529172 Remove core.go, add ubuntu building dependency
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2020-09-02 19:59:41 +08:00
bigsheeper
a4988e8e83 Fix reader unites
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2020-09-02 19:02:57 +08:00
bigsheeper
b817fa5aed Add insertion api, fix unittest and data type
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2020-09-02 17:18:49 +08:00
bigsheeper
36c8362b41 Add deletion and unitest
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2020-09-02 16:23:50 +08:00
bigsheeper
39addf0a55 Update cgo interfaces and add query node id
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2020-09-02 10:38:08 +08:00
bigsheeper
bb9c906ef6 Use go mod instead of GO_PATH and add more cgo interfeces
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2020-09-01 16:23:39 +08:00
bigsheeper
5a57b62f0c Refactor collection and partition, wrap cgo interfaces
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2020-08-31 15:54:44 +08:00
bigsheeper
b6cc1df97e Refactor collection and partition
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2020-08-29 17:42:41 +08:00
cai.zhang
26805ebd3a Add interface for minio and add grpc proto for master
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
2020-08-29 17:40:29 +08:00
bigsheeper
7d8ddf05a9 Add cgo building script and init ago insertion interface
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2020-08-29 17:37:53 +08:00
FluorineDog
35e45d5766 Support Segment timestamps
Signed-off-by: FluorineDog <guilin.gou@zilliz.com>
2020-08-29 14:57:45 +08:00
bigsheeper
d69c925ba5 Implement the interfaces about insertion, deletion and search
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2020-08-28 17:29:26 +08:00
FluorineDog
08ee90e1de Add gtest dependencies
Signed-off-by: FluorineDog <guilin.gou@zilliz.com>
2020-08-27 10:08:42 +08:00
become-nice
22a44c995d Add serialzation function
Signed-off-by: become-nice <995581097@qq.com>
2020-08-26 18:29:42 +08:00
FluorineDog
fc6e31c8b0 Add test for unique_ptr manual release
Signed-off-by: FluorineDog <guilin.gou@zilliz.com>
2020-08-26 17:38:45 +08:00
FluorineDog
3c4a9f38b0 Fix compatibility of Gtest
Signed-off-by: FluorineDog <guilin.gou@zilliz.com>
2020-08-26 17:30:32 +08:00
FluorineDog
996c591088 Enable Segment Naive and Base, support Collection
Signed-off-by: FluorineDog <guilin.gou@zilliz.com>
2020-08-26 16:49:03 +08:00
become-nice
b8f012d8f0 Add interface of writenode
Signed-off-by: become-nice <995581097@qq.com>
2020-08-24 11:58:51 +08:00
yefu.chen
49058d5dfb start 2.0
Signed-off-by: yefu.chen <yefu.chen@zilliz.com>
2021-04-21 11:37:21 +08:00
shengjun.li
83cbe0f490
fix hamming (#3338)
Signed-off-by: shengjun.li <shengjun.li@zilliz.com>
2020-08-20 09:42:04 +08:00
MXDA
1962b6e78b
Specifying distance type at runtime for Flat index (#3273)
* modfied IndexIDMAP.cpp && SearchTask.cpp

Signed-off-by: Zhengda Wu <wuzhengda55@gmail.com>

* Specifying distance type at runtime for Flat index(CPU)

Signed-off-by: Zhengda Wu <wuzhengda55@gmail.com>

* Specifying distance type at runtime for Flat index(GPU)

Signed-off-by: Zhengda Wu <wuzhengda55@gmail.com>

Co-authored-by: Zhengda Wu <wuzhengda55@gmail.com>
Co-authored-by: shengjun.li <shengjun.li@zilliz.com>
2020-08-17 17:05:59 +08:00
shengjun.li
5f830293f9
rm find faiss (#3269)
Signed-off-by: shengjun.li <shengjun.li@zilliz.com>
2020-08-15 19:18:03 +08:00
jinhai
f59c240457 Update to 0.10.3
Signed-off-by: jinhai <hai.jin@zilliz.com>
2020-08-15 16:21:43 +08:00
shengjun.li
43c272fd13
fix annoy l2 (#3232)
Signed-off-by: shengjun.li <shengjun.li@zilliz.com>
2020-08-12 19:11:13 +08:00
Xiaohai Xu
058cdf03bb
Add ivf index nprobe logging (#3070)
* add nprobe logging

Signed-off-by: sahuang <xiaohai.xu@zilliz.com>

* add all cases

Signed-off-by: sahuang <xiaohai.xu@zilliz.com>
2020-08-01 09:46:53 +08:00
shengjun.li
09cf1b323e
fix crash when GPU search (#3074)
* fix crash when GPU search

Signed-off-by: shengjun.li <shengjun.li@zilliz.com>
2020-07-31 09:46:55 +08:00
shengjun.li
b1b1165c56
Opt faiss builder (#3067)
Signed-off-by: shengjun.li <shengjun.li@zilliz.com>
2020-07-31 09:35:31 +08:00
shengjun.li
1c36e6d83d
optimizer parallel policy (#3014)
* optimizer parallel policy

Signed-off-by: shengjun.li <shengjun.li@zilliz.com>

* modify parallel policy

Signed-off-by: shengjun.li <shengjun.li@zilliz.com>
2020-07-26 01:37:23 +08:00
BossZou
c394608d4f
[skip ci] Up to v0.10.2 (#3006)
Signed-off-by: yhz <413554850@qq.com>
2020-07-25 10:02:09 +08:00
cqy123456
91d3fe5cbc
Improve IVF search performance when NQ and nProbe are both large (#2984)
* fix indexflat  search

Signed-off-by: cqy <yaya645@126.com>

* add parallel_policy_threshold

Signed-off-by: shengjun.li <shengjun.li@zilliz.com>

Co-authored-by: shengjun.li <shengjun.li@zilliz.com>
2020-07-24 15:56:47 +08:00