1. 14 1月, 2020 1 次提交
    • G
      Tanimoto distance (#1016) · 0f1aa5f8
      groot 提交于
      * 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: Ngroot <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: Ngroot <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: NYukikaze-CZR <48198922+Yukikaze-CZR@users.noreply.github.com>
      Co-authored-by: NTinkerrr <linxiaojun.cn@outlook.com>
      0f1aa5f8
  2. 13 1月, 2020 1 次提交
  3. 11 1月, 2020 1 次提交
  4. 08 1月, 2020 1 次提交
    • C
      add s3 mock for unittest (#937) · 3c02b4b5
      Cai Yudong 提交于
      * #815 change S3 client_ptr_ to shared_ptr
      
      * #815 install test_storage to unittest
      
      * #815 add MockS3Client.h for unittest
      
      * #815 optimize MockS3Client.h
      
      * #815 update unittest
      
      * #815 update unittest
      
      * #815 fix clang-format
      
      * #815 use FIU for unittest
      
      * #815 enable FIU in jenkins
      
      * #815 update unittest
      
      * #815 enable FIU in docker build
      3c02b4b5
  5. 06 1月, 2020 1 次提交
  6. 04 1月, 2020 1 次提交
    • C
      support minio storage (#895) · b9d9b8ec
      Cai Yudong 提交于
      * #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
      b9d9b8ec
  7. 02 1月, 2020 1 次提交
    • S
      Fix mysqlmetaimpl (#869) · ba36d18d
      shengjh 提交于
      * *fix mysqlMetaImpl Initialize failed create directory
      
      * *style: format code
      
      * *style: format code
      
      * *style: format code
      
      * *style: format code
      
      * *fix: sqliteMetaImpl Initialize failed create directory
      
      * add empty line to trigger CI
      ba36d18d
  8. 28 12月, 2019 1 次提交
  9. 13 12月, 2019 1 次提交
  10. 10 12月, 2019 1 次提交
    • Z
      Add Opentracing (#729) · e99896ac
      Zhiru Zhu 提交于
      * add TracerUtil
      
      * Interceptor ok
      
      * add handler
      
      * add context
      
      * minor update
      
      * keep span in trace context
      
      * add span in search okay
      
      * Update Context.cpp
      
      * refactor
      
      * refactor
      
      * refactor
      
      * format
      
      * add context in SearchJob
      
      * trace search okay
      
      * add back finish span in interceptor
      
      * add namespace
      
      * add tracing config in server config
      
      * add random id
      
      * debug mode okay
      
      * update CMakeLists
      
      * add opentracing to cmake
      
      * update unittest
      
      * add tracing namespace
      
      * remove std::run_time error
      
      * add lock when erasing context_map
      
      * update tracing config
      
      * lint
      
      * update CHANGELOG
      
      * small fix
      
      * fix server unit test
      
      * fix scheduler unit test
      
      * fix db unit test
      
      * lint
      
      * fix db unit test gpu version
      
      * rename to tracing_config
      
      * fix
      
      * update
      
      * trigger ci
      e99896ac
  11. 06 12月, 2019 1 次提交
    • G
      Set nlist to default after drop index (#719) · 5bec93bf
      groot 提交于
      * #670 Random failure of unittest db_test::SEARCH_TEST
      
      * add an important log
      
      * add an important log
      
      * add an important log
      
      * #674 server down in stability test
      
      * add more log
      
      * remove log
      
      * #696 metric_type changed from IP to L2
      
      * #696 metric_type changed from IP to L2
      
      * #696 metric_type changed from IP to L2
      5bec93bf
  12. 05 12月, 2019 3 次提交
  13. 04 12月, 2019 1 次提交
    • G
      Add important log (#694) · 20e07106
      groot 提交于
      * #670 Random failure of unittest db_test::SEARCH_TEST
      
      * add an important log
      
      * add an important log
      
      * add an important log
      20e07106
  14. 03 12月, 2019 4 次提交
  15. 02 12月, 2019 4 次提交
  16. 30 11月, 2019 7 次提交
  17. 29 11月, 2019 10 次提交