Spaces:
Sleeping
Sleeping
Update local_data/private_gpt/qdrant/meta.json
Browse files
local_data/private_gpt/qdrant/meta.json
CHANGED
@@ -1 +1,23 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"collections": {
|
3 |
+
"make_this_parameterizable_per_api_call": {
|
4 |
+
"vectors": {
|
5 |
+
"size": 1536,
|
6 |
+
"distance": "Cosine",
|
7 |
+
"hnsw_config": null,
|
8 |
+
"quantization_config": null,
|
9 |
+
"on_disk": null
|
10 |
+
},
|
11 |
+
"shard_number": null,
|
12 |
+
"replication_factor": null,
|
13 |
+
"write_consistency_factor": null,
|
14 |
+
"on_disk_payload": null,
|
15 |
+
"hnsw_config": null,
|
16 |
+
"wal_config": null,
|
17 |
+
"optimizers_config": null,
|
18 |
+
"init_from": null,
|
19 |
+
"quantization_config": null
|
20 |
+
}
|
21 |
+
},
|
22 |
+
"aliases": {}
|
23 |
+
}
|