Commit Graph

55 Commits (8c412093caecefbc005dbbf39e1e3436083fd722)

Author SHA1 Message Date
zirui.chen 8c412093ca Support new Index type IVFPQ #127 2019-11-14 11:13:35 +08:00
groot 55bfdd3fb6 merge 0.5.2 into 0.6.0 2019-11-06 11:39:30 +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
groot bc802b04a0 fix build error 2019-11-05 12:02:58 +08:00
youny626 4ca6b59b91 add CPU version 2019-11-05 10:23:59 +08:00
yudong.cai ad395a7f06 #175 update invalid config unittest
Former-commit-id: 06ef1ca314a4ad5d55a5a3352f75ec6e265cb4a0
2019-11-03 16:05:38 +08:00
yudong.cai bfafb8cdef #175 fix clang-format
Former-commit-id: e7818d67ca090ced2a934e885074700b46619e15
2019-11-03 14:28:15 +08:00
yudong.cai 9ff83e140e add invalid config unittest
Former-commit-id: b2201e3394a953e7e2055bdf351a094a6d6e5315
2019-11-03 12:51:47 +08:00
yudong.cai 5150647eeb #168 fix reduce bug
Former-commit-id: 5c6f2e25cbf9efe4a58bf89757fc4983ebda4f35
2019-11-02 21:54:01 +08:00
yudong.cai f49d23badd #168 improve result reduce
Former-commit-id: 21887800b9afe47b759a09c1f9fbed97b467cab1
2019-11-02 21:54:01 +08:00
wxyu 3f8a3ca9fe Merge remote-tracking branch 'main/0.5.1' into dev
Former-commit-id: 1301dfebe6a4adffd65bf50a4a52f6b33765de7f
2019-10-30 12:34:21 +08:00
wxyu 3fa2c1e69a Set task state MOVED after resource copy it completed
Former-commit-id: a97e306b62f6a0a7a06c881e93a973ad75b8ac9d
2019-10-30 12:34:09 +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 39e127d707 Upgrade Faiss to v1.6
Former-commit-id: 637f6933c77c2644d4d90120d9d2aed77e4e70ff
2019-10-29 20:05:01 +08:00
starlord e743adb373 Merge remote-tracking branch 'source/0.5.1' into 0.5.1
Former-commit-id: 4ee722e2074ee58dce001b46ff05fd4c8152beb6
2019-10-29 15:14:18 +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
wxyu 53b3b60db2 Using shared_ptr instead of weak_ptr to avoid performance loss
Former-commit-id: 250cb7200b6eefdd9cbb9fd631379d59aca2f368
2019-10-28 19:19:42 +08:00
wxyu 5e504b3435 rename functions tasktable, make it accessing likes standard structure
Former-commit-id: c0ba41635e710e0807af0fe07d0b6a266f60d044
2019-10-28 17:27:49 +08:00
wxyu 37e4b0a934 Using new structure for tasktable
Former-commit-id: 80376dce0fd24c8c541c05363d702941f69dca0e
2019-10-28 16:35:53 +08:00
wxyu 80b9c79c5d Using new structure for tasktable
Former-commit-id: 6742f21a429da87456ded0a910d248948dc948b4
2019-10-28 12:23:25 +08:00
Jin Hai 42e1ec8bd3 Merge pull request #93 from youny626/0.5.1
Speed up CMake build process

Former-commit-id: d113c6903c01f10958d85f70152640b82838b3cd
2019-10-24 18:48:18 +08:00
Zhiru Zhu a6279d2acb Speed up CMake build process
Former-commit-id: 2edb2ae26d93ed9b7a8d25b89d30152e60257250
2019-10-23 21:45:48 +08:00
starlord e25caa572c remove unused files of wrapper test
Former-commit-id: b2b30f0d09085207c70d386e19c3c1fb6bbc0e2f
2019-10-23 20:19:45 +08:00
starlord e7876f6343 avoid relative header path
Former-commit-id: d4a01b720ac7011e17076b7c36a20af0ebe2b58a
2019-10-23 15:05:22 +08:00
Jin Hai 53b4f43bbd Merge pull request #83 from scsven/dev
Move easyloggingpp into external directory

Former-commit-id: 17ebea24c357123aeda8c92baaa8b8785761c6ac
2019-10-23 10:42:20 +08:00
wxyu 4f3fa67be3 Move easyloggingpp into external directory
Former-commit-id: f2392522699d094720b92e5ee281973e3835bb18
2019-10-22 19:11:17 +08:00
starlord bbc2c90741 format code
Former-commit-id: 1e15f2112b93a17958c2e663fafc79cf39dd3148
2019-10-21 19:30:54 +08:00
starlord 19dca4c969 #59 Topk result is incorrect for small dataset
Former-commit-id: f8c4a38365881252e66f280647aedf1e4c6395e5
2019-10-21 19:24:18 +08:00
JinHai-CN 74736236e7 Merge branch '0.5.0' into 0.5.1
Former-commit-id: a04484fa5b0adfc77ea742c4d7c38a52e8209603
2019-10-21 14:31:52 +08:00
starlord 6e11f4e4e7 #48 Config unittest failed
Former-commit-id: e07a067382ed00efc9c5d914b4100592bb7aee44
2019-10-19 19:31:22 +08:00
starlord 73d2f7c765 fix jenkins build error
Former-commit-id: bb994c21d69fb9f8c2c6c57e5389b6133e662c0d
2019-10-19 17:52:51 +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
starlord ff27d56571 format code
Former-commit-id: 633b98f2bae4b9ab323ca2e3a74fc080bfb2f909
2019-10-19 17:08:50 +08:00
starlord e621dfd1e7 #48 Config unittest failed
Former-commit-id: 6590479cac96b17485104da98c35d322b563f573
2019-10-19 17:04:02 +08:00
starlord e153262f3f fix config test bug
Former-commit-id: aa548a904c54747c22b34c7d847ca87ed32698f1
2019-10-19 16:48:56 +08:00
yudong.cai 4d1fb143e1 MS-665 rename build_index_gpu to index_build_device, and move it to resource config
Former-commit-id: f3da7963531406da7a22fbf5ab95caa8e920344a
2019-10-18 16:32: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 e819c96777 23 Add unittest to improve code coverage
Former-commit-id: 5d5629da7cad9503816f63917425bcde3c5b6a90
2019-10-17 09:56:56 +08:00
Yu Kun e7dd603dba Merge remote-tracking branch 'upstream/0.5.0' into branch-0.5.0-yk
Former-commit-id: e2b4b40f924f3adaab8b801102ae7bdfdd53781e
2019-10-16 20:46:26 +08:00
Yu Kun 6c7bb57cb2 add unitteest
Former-commit-id: 9ad0fddedf0ace50845a7d516452b986162204f8
2019-10-16 20:46:09 +08:00
starlord 2ca99346f4 #20 C++ sdk example get grpc error
Former-commit-id: 3439c9fb0490dd2725fac48cf93e2cf44e87c2ff
2019-10-16 19:49:45 +08:00
JinHai-CN ae30b7fbe5 #6 Use system boost instead of compiling boost source code.
Former-commit-id: 982ca5d9cf921b325f6f92d7e52e08c8ee61c998
2019-10-16 10:15:34 +08:00
starlord 098bf357ba rename some compile virables
Former-commit-id: 885d2246e9547e78acbf9eb4f6d74d3e7720cacb
2019-10-15 17:06:05 +08:00
yudong.cai 08416ed198 MS-653 fix config unittest
Former-commit-id: fbe4b893ae3b84a860cd6a95c15bd05ead4d33a3
2019-10-15 16:44:43 +08:00
yudong.cai 38747d9fae MS-653 fix config unittest
Former-commit-id: bd20d3caff96edc92625dbc333feaa94c5e3b841
2019-10-15 16:41:08 +08:00