File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This directory contains a reproducible benchmark for comparing three query paths
44on 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
1010The 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
3737The benchmark uses the stable DuckDB ` lance ` extension via ` INSTALL lance; LOAD lance; ` .
3838It does not require a repository-local Lance build.
You can’t perform that action at this time.
0 commit comments