Update docs
Browse files- README.md +1 -3
- config/gist.local.toml +0 -3
- config/gist_10000.local.toml +0 -3
README.md
CHANGED
@@ -15,6 +15,4 @@ You need to join the organization to access the source code.
|
|
15 |
|
16 |
This is the GIST 1M in `bin` format that is converted from the original `fvecs`.
|
17 |
|
18 |
-
Download
|
19 |
-
|
20 |
-
Then download any binary file you need in `data/` and put it like above.
|
|
|
15 |
|
16 |
This is the GIST 1M in `bin` format that is converted from the original `fvecs`.
|
17 |
|
18 |
+
Download any binary file you need in `data/` and put it in the `data/` directory of the original repository.
|
|
|
|
config/gist.local.toml
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
dim = 960
|
2 |
-
data_type = "float32"
|
3 |
-
data_path = "data/gist.local.bin"
|
|
|
|
|
|
|
|
config/gist_10000.local.toml
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
dim = 960
|
2 |
-
data_type = "float32"
|
3 |
-
data_path = "data/gist_10000.local.bin"
|
|
|
|
|
|
|
|