Skip to content

Commit ec5afb7

Browse files
committed
[ENH] Turn on spann by default
1 parent 5ed6e01 commit ec5afb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust/frontend/sample_configs/distributed.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ scorecard:
4646
- "collection_id:*"
4747
score: 100
4848
enable_span_indexing: true
49-
default_knn_index: "hnsw"
49+
default_knn_index: "spann"

rust/frontend/sample_configs/tilt_config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ scorecard:
5454
circuit_breaker:
5555
requests: 1000
5656
enable_span_indexing: true
57-
default_knn_index: "hnsw"
57+
default_knn_index: "spann"

0 commit comments

Comments
 (0)