Tinkerrr
abd91eab82
Fix HNSW crash ( #1262 )
...
* fix
Signed-off-by: xiaojun.lin <xiaojun.lin@zilliz.com>
* update.
Signed-off-by: xiaojun.lin <xiaojun.lin@zilliz.com>
2020-02-19 17:16:48 +08:00
Jin Hai
e1027e9e65
#1240 Update license declaration of each file ( #1241 )
...
* #1240 Update license declaration of each files
Signed-off-by: jinhai <hai.jin@zilliz.com>
* #1240 Update CHANGELOG
Signed-off-by: jinhai <hai.jin@zilliz.com>
2020-02-17 23:40:58 +08:00
shengjh
4dee7dfac6
Improve codecov ( #1095 )
...
* Optimize config test. Dir src/config 99% lines covered
* add unittest coverage
* optimize cache&config unittest
* code format
* format
* format code
* fix merge conflict
* cover src/utils unittest
* '#831 fix exe_path judge error'
* #831 fix exe_path judge error
* add some unittest coverage
* add some unittest coverage
* improve coverage of src/wrapper
* improve src/wrapper coverage
* *test optimize db/meta unittest
* fix bug
* *test optimize mysqlMetaImpl unittest
* *style: format code
* import server& scheduler unittest coverage
* handover next work
* *test: add some test_meta test case
* *format code
* *fix: fix typo
* feat(codecov): improve code coverage for src/db(#872 )
* feat(codecov): improve code coverage for src/db/engine(#872 )
* feat(codecov): improve code coverage(#872 )
* fix config unittest bug
* feat(codecov): improve code coverage core/db/engine(#872 )
* feat(codecov): improve code coverage core/knowhere
* feat(codecov): improve code coverage core/knowhere
* feat(codecov): improve code coverage
* feat(codecov): fix cpu test some error
* feat(codecov): improve code coverage
* feat(codecov): rename some fiu
* fix(db/meta): fix switch/case default action
* feat(codecov): improve code coverage(#872 )
* fix error caused by merge code
* format code
* feat(codecov): improve code coverage & format code(#872 )
* feat(codecov): fix test error(#872 )
* feat(codecov): fix unittest test_mem(#872 )
* feat(codecov): fix unittest(#872 )
* feat(codecov): fix unittest for resource manager(#872 )
* feat(codecov): code format (#872 )
* feat(codecov): trigger ci(#872 )
* fix(RequestScheduler): remove a wrong sleep statement
* test(test_rpc): fix rpc test
* Fix format issue
* Remove unused comments
* Fix unit test error
Co-authored-by: ABNER-1 <ABNER-1@users.noreply.github.com>
Co-authored-by: Jin Hai <hai.jin@zilliz.com>
2020-02-11 23:03:29 +08:00
Cai Yudong
a909f95c6c
#1078 Move 'insert_buffer_size' to Cache Config section ( #1085 )
...
Co-authored-by: Jin Hai <hai.jin@zilliz.com>
2020-01-18 10:08:46 +08:00
groot
0f1aa5f8bb
Tanimoto distance ( #1016 )
...
* Add log to debug #678
* Rename nsg_mix to RNSG in C++ sdk #735
* [skip ci] change __function__
* clang-format
* #766 If partition tag is similar, wrong partition is searched
* #766 If partition tag is similar, wrong partition is searched
* reorder changelog id
* typo
* define interface
* Define interface (#832 )
* If partition tag is similar, wrong partition is searched (#825 )
* #766 If partition tag is similar, wrong partition is searched
* #766 If partition tag is similar, wrong partition is searched
* reorder changelog id
* typo
* define interface Attach files by dragging & dropping, selecting or pasting them.
Co-authored-by: groot <yihua.mo@zilliz.com>
* faiss & knowhere
* faiss & knowhere (#842 )
* Add log to debug #678
* Rename nsg_mix to RNSG in C++ sdk #735
* [skip ci] change __function__
* clang-format
* If partition tag is similar, wrong partition is searched (#825 )
* #766 If partition tag is similar, wrong partition is searched
* #766 If partition tag is similar, wrong partition is searched
* reorder changelog id
* typo
* faiss & knowhere
Co-authored-by: groot <yihua.mo@zilliz.com>
* support binary input
* code lint
* add wrapper interface
* add knowhere unittest
* sdk support binary
* support using metric tanimoto and hamming
* sdk binary insert/query example
* fix bug
* fix bug
* update wrapper
* format
* Improve unittest and fix bugs
* delete printresult
* fix bug
* #823 Support binary vector tanimoto metric
* fix typo
* dimension limit to 32768
* fix
* dimension limit to 32768
* fix describe index bug
* fix #886
* fix #889
* add jaccard cases
* hamming dev-test case
* change test_connect
* Add tanimoto cases
* change the output type of hamming
* add abs
* merge master
* rearrange changelog id
* modify feature description
Co-authored-by: Yukikaze-CZR <48198922+Yukikaze-CZR@users.noreply.github.com>
Co-authored-by: Tinkerrr <linxiaojun.cn@outlook.com>
2020-01-14 19:22:27 +08:00
Cai Yudong
69d42a3d70
remove collector from config ( #939 )
...
* #931 remove collector from config
* #931 fix test_metrics build error
2020-01-07 16:14:38 +08:00
Cai Yudong
28da6c73d0
#908 move primary_path and secondary_path to storage config ( #909 )
2020-01-04 15:44:46 +08:00
Cai Yudong
b9d9b8ecc2
support minio storage ( #895 )
...
* #815 add S3 client
* #815 update S3 interface
* #815 add bucket_name_ as class field, add StartService() and StopService()
* #815 add FileIOReader and FileIOWriter
* #815 fix unittest test_storage build error
* #815 add GetObjectStr()
* #815 add S3IOReader/S3IOWriter
* #815 add ListObjects(), support put string with \0, launch S3 service when server start
* #815 read/write s3 index file pass
* #815 add MinIO related config
* #815 fix storage config issuegs
* #815 code clean
* #815 use local file or S3 via minio_enable
* #815 add DeleteObjects() for S3
* #815 print out IO rate when read_index & write_index
* #815 clean code
* #815 fix centos build error
* #815 support MinIO storage
* #815 fix typo
2020-01-04 10:39:52 +08:00
yudong.cai
a023511f16
#611 remove MILVUS_CPU_VERSION
2019-11-29 16:02:08 +08:00
Yukikaze-CZR
5a5e76fe6a
#552 Server down during building index_type: IVF_PQ using GPU-edition
2019-11-28 14:37:23 +08:00
Yukikaze-CZR
47abe4ff47
#504 The code coverage rate of core/src/scheduler/optimizer is too low
2019-11-27 14:21:53 +08:00
xiaojun.lin
863cc5dbaf
Merge branch '0.6.0' into 0.6.0-#227
2019-11-20 16:23:39 +08:00
xiaojun.lin
bfd4c6c522
upgrade SPTAG and support KDT and BKT
2019-11-20 16:08:18 +08:00
xiaojun.lin
82cb637ca8
code style format
2019-11-18 10:50:20 +08:00
xiaojun.lin
d5eb5675b7
fix by reduce knng size
2019-11-18 09:53:38 +08:00
zirui.chen
48ed10abdc
fix problem of hardcore nprobe
2019-11-15 18:54:19 +08:00
zirui.chen
1e991d0f25
format changelog and fix several problems
2019-11-15 15:00:45 +08:00
zirui.chen
98571d5f44
#127 makeNlist & unittest change
2019-11-14 21:04:10 +08:00
zirui.chen
f4536ac888
#127 Support new Index type IVFPQ
2019-11-14 16:40:36 +08:00
zirui.chen
8c412093ca
Support new Index type IVFPQ #127
2019-11-14 11:13:35 +08:00
wxyu
f251d26bbb
Reside src/external in thirdparty
2019-11-13 16:35:37 +08:00
youny626
2a1f2ab09d
change default config to gpu
2019-11-05 21:48:23 +08:00
youny626
bede77751e
clang format
2019-11-05 13:35:24 +08:00
youny626
4ca6b59b91
add CPU version
2019-11-05 10:23:59 +08:00
Jin Hai
8970efae49
Merge pull request #128 from tinkerlin/upgrade_faiss
...
Upgrade faiss
Former-commit-id: 0ed5ef40de13008935dbdbe3852e1af47c4d2283
2019-10-29 20:16:03 +08:00
xiaojun.lin
789403b0c1
Merge remote-tracking branch 'gitlab/0.5.1' into upgrade_faiss
...
Former-commit-id: 826c673ce80978ab416b0e6568328e4028cad607
2019-10-29 11:18:56 +08:00
starlord
12b7d6f5d8
#90 The server start error messages could be improved to enhance user experience
...
Former-commit-id: 746b126621cd845c2848bb850b5c2eb6d3b65a6d
2019-10-28 20:24:13 +08:00
starlord
e25caa572c
remove unused files of wrapper test
...
Former-commit-id: b2b30f0d09085207c70d386e19c3c1fb6bbc0e2f
2019-10-23 20:19:45 +08:00
wxyu
4f3fa67be3
Move easyloggingpp into external directory
...
Former-commit-id: f2392522699d094720b92e5ee281973e3835bb18
2019-10-22 19:11:17 +08:00
xiaojun.lin
6572e6bf25
MS-671 Fix HybridIndex Crash
...
MS-670 Adapt to faiss-1.6
Former-commit-id: 12300b390b6d300dc460f0729a368a240c972a80
2019-10-19 17:49:28 +08:00
Yu Kun
7a10d01fa1
add wrapper unittest
...
Former-commit-id: b4f68eeaf55e4960f25239e983c3ae75e5e5ed40
2019-10-17 19:37:17 +08:00
xiaojun.lin
4958d57c0d
Merge branch '0.5.0' into knowhere_ut
...
# Conflicts:
# core/src/index/unittest/test_nsg/test_nsg.cpp
Former-commit-id: a451f75d2014fdb8f258f25a6d7f403a3e1e0f7f
2019-10-17 16:48:36 +08:00
xiaojun.lin
c19a6ee483
MS-648 add ut v3
...
Former-commit-id: f9127c08e1bf0d2244fbed8113a003e52d781df4
2019-10-17 16:31:02 +08:00
xiaojun.lin
472679ba54
MS-648 add ut
...
Former-commit-id: e96fea6842855868e960d0c959407fa9b5eeb0d8
2019-10-17 16:08:43 +08:00
Yu Kun
6c7bb57cb2
add unitteest
...
Former-commit-id: 9ad0fddedf0ace50845a7d516452b986162204f8
2019-10-16 20:46:09 +08:00
starlord
004bd81ac8
Merge remote-tracking branch 'source/branch-0.5.0' into branch-0.5.0
...
Former-commit-id: 4496b80869e6be02b8fbbe92a3ab08f8bf763acf
2019-10-14 09:51:56 +08:00
starlord
41d37f9648
re-organize project
...
Former-commit-id: 898c2c8b0b2cfdc1b8664062aa0ea910a93566dd
2019-10-14 09:51:48 +08:00