mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 21:09:06 +08:00
310d5d70bc
* add annoy source code Signed-off-by: shengjun.li <shengjun.li@zilliz.com> * add annoy knowhere Signed-off-by: shengjun.li <shengjun.li@zilliz.com> * annoy local gtest passed Signed-off-by: lichengming <chengming.li@zilliz.com> * fix lint error and update changelog Signed-off-by: lichengming <chengming.li@zilliz.com> * fix compile error Signed-off-by: cmli <chengming.li@zilliz.com> * Update connect timeout in test cases Signed-off-by: zw <zw@milvus.io> * fix some potential bugs Signed-off-by: cmli <chengming.li@zilliz.com> * retry ci Signed-off-by: cmli <chengming.li@zilliz.com> * rerun ci! Signed-off-by: cmli <chengming.li@zilliz.com> * fix errors tested by c++ sdk Signed-off-by: cmli <chengming.li@zilliz.com> * fix lint error Signed-off-by: cmli <chengming.li@zilliz.com> Co-authored-by: shengjun.li <shengjun.li@zilliz.com> Co-authored-by: lichengming <chengming.li@zilliz.com> Co-authored-by: zw <zw@milvus.io>
25 lines
3.5 KiB
Markdown
25 lines
3.5 KiB
Markdown
| Name | License |
|
|
| ---------------- | -------------------------------------------------------------------------------------------------------------------------------|
|
|
| Boost | [Boost Software License](https://github.com/boostorg/boost/blob/master/LICENSE_1_0.txt) |
|
|
| FAISS | [MIT](https://github.com/facebookresearch/faiss/blob/master/LICENSE) |
|
|
| Gtest | [BSD 3-Clause](https://github.com/google/googletest/blob/master/LICENSE) |
|
|
| LAPACK | [LAPACK](https://github.com/Reference-LAPACK/lapack/blob/master/LICENSE) |
|
|
| MySQLPP | [LGPL 2.1](https://tangentsoft.com/mysqlpp/artifact/b128a66dab867923) |
|
|
| OpenBLAS | [BSD 3-Clause](https://github.com/xianyi/OpenBLAS/blob/develop/LICENSE) |
|
|
| Prometheus | [Apache 2.0](https://github.com/prometheus/prometheus/blob/master/LICENSE) |
|
|
| SQLite | [Public Domain](https://www.sqlite.org/copyright.html) |
|
|
| SQLite-ORM | [BSD 3-Clause](https://github.com/fnc12/sqlite_orm/blob/master/LICENSE) |
|
|
| yaml-cpp | [MIT](https://github.com/jbeder/yaml-cpp/blob/master/LICENSE) |
|
|
| ZLIB | [ZLIB](http://zlib.net/zlib_license.html) |
|
|
| libunwind | [MIT](https://github.com/libunwind/libunwind/blob/master/LICENSE) |
|
|
| gperftools | [BSD 3-Clause](https://github.com/gperftools/gperftools/blob/master/COPYING) |
|
|
| grpc | [Apache 2.0](https://github.com/grpc/grpc/blob/master/LICENSE) |
|
|
| EASYLOGGINGPP | [MIT](https://github.com/zuhd-org/easyloggingpp/blob/master/LICENSE) |
|
|
| Json | [MIT](https://github.com/nlohmann/json/blob/develop/LICENSE.MIT) |
|
|
| opentracing-cpp | [Apache 2.0](https://github.com/opentracing/opentracing-cpp/blob/master/LICENSE) |
|
|
| libfiu | [BOLA](https://github.com/albertito/libfiu/blob/master/LICENSE) |
|
|
| aws-sdk-cpp | [Apache 2.0](https://github.com/aws/aws-sdk-cpp/blob/master/LICENSE) |
|
|
| SPTAG | [MIT](https://github.com/microsoft/SPTAG/blob/master/LICENSE) |
|
|
| hnswlib | [Apache 2.0](https://github.com/nmslib/hnswlib/blob/master/LICENSE) |
|
|
| annoy | [Apache 2.0](https://github.com/spotify/annoy/blob/master/LICENSE) |
|