Sakai Yusuke
commited on
Commit
•
1068a2a
1
Parent(s):
9e44fe5
upload (tiny file)
Browse files
index/en/index.ffn_in.l2.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"backend": "faiss_fast",
|
3 |
+
"metric": "l2",
|
4 |
+
"hnsw_edges": 32,
|
5 |
+
"ivf_lists": 131072,
|
6 |
+
"pq_subvec": 64,
|
7 |
+
"transform_dim": -1,
|
8 |
+
"use_opq": true,
|
9 |
+
"use_pca": false
|
10 |
+
}
|