-
Notifications
You must be signed in to change notification settings - Fork 64
/
Copy path.gitmodules
36 lines (36 loc) · 1.15 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[submodule "contrib/yaml-cpp"]
path = contrib/yaml-cpp
url = https://github.com/jbeder/yaml-cpp
[submodule "contrib/hnswlib"]
path = contrib/hnswlib
url = https://github.com/dingodb/hnswlib
[submodule "contrib/openblas"]
path = contrib/openblas
url = https://github.com/xianyi/OpenBLAS
[submodule "contrib/faiss"]
path = contrib/faiss
url = https://github.com/dingodb/faiss
[submodule "contrib/diskann"]
path = contrib/diskann
url = https://github.com/dingodb/DiskANN
[submodule "contrib/bdb"]
path = contrib/bdb
url = https://github.com/dingodb/bdb
[submodule "src/libexpr"]
path = src/libexpr
url = https://github.com/dingodb/dingo-libexpr.git
[submodule "contrib/tantivy-search"]
path = contrib/tantivy-search
url = https://github.com/dingodb/tantivy-search
[submodule "src/serial"]
path = src/serial
url = https://github.com/dingodb/dingo-serial
[submodule "dingo-store-proto"]
path = dingo-store-proto
url = https://github.com/dingodb/dingo-store-proto
[submodule "contrib/cli11"]
path = contrib/cli11
url = https://github.com/CLIUtils/CLI11.git
[submodule "contrib/FTXUI"]
path = contrib/FTXUI
url = https://github.com/ArthurSonzogni/FTXUI.git