Skip to content

Commit

Permalink
fix: Use smaller sparse dataset for faster iteration (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
KShivendu authored Apr 18, 2024
1 parent 73bb7d1 commit a294cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]}
Expand Down

0 comments on commit a294cce

Please sign in to comment.