Skip to content

Commit de0bbbf

Browse files
committed
docs(bench): clarify duckdb indexed path
1 parent 04355aa commit de0bbbf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

benches/laion_1m/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This directory contains a reproducible benchmark for comparing three query paths
44
on the same LAION-derived slice:
55

66
- Parquet direct
7-
- DuckDB indexed
7+
- DuckDB indexed (a DuckDB table with FTS and VSS indexes built from the same Parquet baseline)
88
- Lance
99

1010
The benchmark uses the public `lance-format/laion-1m` Hugging Face Parquet
@@ -32,7 +32,7 @@ runs. The initial download is the only networked step.
3232
- Python 3
3333
- internet access for the first run
3434
- a stable DuckDB `lance` extension release that includes indexed hybrid search
35-
parameters such as `use_index`, `nprobs`, and `refine_factor`
35+
parameters such as `use_index`, `nprobes`, and `refine_factor`
3636

3737
The benchmark uses the stable DuckDB `lance` extension via `INSTALL lance; LOAD lance;`.
3838
It does not require a repository-local Lance build.

0 commit comments

Comments
 (0)