We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73bb7d1 commit a294cceCopy full SHA for a294cce
.github/workflows/continuous-benchmark.yaml
@@ -24,7 +24,7 @@ jobs:
24
25
declare -A DATASET_TO_ENGINE
26
DATASET_TO_ENGINE["laion-small-clip"]="qdrant-continuous-benchmark"
27
- DATASET_TO_ENGINE["msmarco-sparse-1M"]="qdrant-sparse-vector"
+ DATASET_TO_ENGINE["msmarco-sparse-100K"]="qdrant-sparse-vector"
28
29
for dataset in "${!DATASET_TO_ENGINE[@]}"; do
30
export ENGINE_NAME=${DATASET_TO_ENGINE[$dataset]}
0 commit comments