From a294cce7721d41b43005bfc9a1ab5238126f722b Mon Sep 17 00:00:00 2001 From: Kumar Shivendu Date: Thu, 18 Apr 2024 10:21:24 +0530 Subject: [PATCH] fix: Use smaller sparse dataset for faster iteration (#132) --- .github/workflows/continuous-benchmark.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-benchmark.yaml b/.github/workflows/continuous-benchmark.yaml index 8594017b..3c3f4f5a 100644 --- a/.github/workflows/continuous-benchmark.yaml +++ b/.github/workflows/continuous-benchmark.yaml @@ -24,7 +24,7 @@ jobs: declare -A DATASET_TO_ENGINE DATASET_TO_ENGINE["laion-small-clip"]="qdrant-continuous-benchmark" - DATASET_TO_ENGINE["msmarco-sparse-1M"]="qdrant-sparse-vector" + DATASET_TO_ENGINE["msmarco-sparse-100K"]="qdrant-sparse-vector" for dataset in "${!DATASET_TO_ENGINE[@]}"; do export ENGINE_NAME=${DATASET_TO_ENGINE[$dataset]}