Skip to content

Commit

Permalink
Update filtered_ssd_index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gopalrs committed May 2, 2024
1 parent 538ce9e commit c511a54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflows/filtered_ssd_index.md
Expand Up @@ -54,7 +54,7 @@ Searching a filtered index uses the `apps/search_disk_index.cpp`:
9. **-K**: search for *K* neighbors and measure *K*-recall@*K*, meaning the intersection between the retrieved top-*K* nearest neighbors and ground truth *K* nearest neighbors.
10. **--result_path**: Search results will be stored in files with specified prefix, in bin format.
11. **-L (--search_list)**: A list of search_list sizes to perform search with. Larger parameters will result in slower latencies, but higher accuracies. Must be atleast the value of *K* in arg (9).
12. **--filter_label**: The filter to be used when searching an index with filters. For each query, a search is performed with this filter.
12. **--filter_label**: Filters to be used when searching an index with filters. Multiple filters can be specified, separated by '|' and are treated as OR predicates. For each query, a search is performed with these filters.


Example with SIFT10K:
Expand Down Expand Up @@ -100,4 +100,4 @@ Filtered Disk Index
40 4 2707.77 2817.21 4889.00 51.46 267.03 22.00
50 4 2191.56 3509.43 5943.00 60.80 349.10 23.50
100 4 1257.92 6113.45 7321.00 109.08 609.42 23.90
```
```

0 comments on commit c511a54

Please sign in to comment.