Skip to content

Commit 889e585

Browse files
committed
params to start
1 parent 1ef92a1 commit 889e585

2 files changed

Lines changed: 42 additions & 0 deletions

File tree

params.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"params": {
3+
"qdrant_version": ["ghcr/llama-turbo-quant-6bf64369f479f2c06298351db6e34ac6a142e564"],
4+
"dataset": [
5+
"dbpedia-openai-100K-1536-angular",
6+
"laion-small-clip",
7+
"glove-100-angular",
8+
"cohere-wiki-100k-no-filters"
9+
],
10+
"engine_config": [
11+
"qdrant-no-quant-m-16-ef-128",
12+
"qdrant-sq-m-16-ef-128",
13+
"qdrant-tq4-m-16-ef-128",
14+
"qdrant-tq4-plus-m-16-ef-128",
15+
"qdrant-bq2-m-16-ef-128",
16+
"qdrant-tq2-m-16-ef-128",
17+
"qdrant-tq2-plus-m-16-ef-128",
18+
"qdrant-tq1-m-16-ef-128",
19+
"qdrant-tq1-plus-m-16-ef-128",
20+
"qdrant-bq-asym-m-16-ef-128",
21+
"qdrant-bq-m-16-ef-128"
22+
]
23+
}
24+
}

params_dev.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"params": {
3+
"qdrant_version": ["ghcr/dev-c9c4227691b4d1dbeb6dea8f23783266cdcb6db6"],
4+
"dataset": [
5+
"dbpedia-openai-100K-1536-angular",
6+
"laion-small-clip",
7+
"glove-100-angular",
8+
"cohere-wiki-100k-no-filters"
9+
],
10+
"engine_config": [
11+
"qdrant-no-quant-m-16-ef-128",
12+
"qdrant-sq-m-16-ef-128",
13+
"qdrant-bq2-m-16-ef-128",
14+
"qdrant-bq-asym-m-16-ef-128",
15+
"qdrant-bq-m-16-ef-128"
16+
]
17+
}
18+
}

0 commit comments

Comments
 (0)