Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc1161f8

Browse files
committed
Updated readme [skip ci]
1 parentc530a3c commitc1161f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ CREATE TABLE items (embedding vector(3), category_id int) PARTITION BY LIST(cate
455455

456456
*Unreleased*
457457

458-
With approximate indexes, queries with filtering can return less results (due to post-filtering). Starting with 0.8.0, you can enable iterative index scans. If too few results from the initial scan match the filters, the scan will resume until enough results are found (or it reaches`hnsw.max_scan_tuples` or`ivfflat.max_probes`). This can significantly improve recall.
458+
With approximate indexes, queries with filtering can return less results (due to post-filtering). Starting with 0.8.0, you can enable iterative index scans. If too few results from the initial scan match the filters, the scan will resume until enough results are found (or it reaches`hnsw.max_scan_tuples` or`ivfflat.max_probes`).
459459

460460
There are two modes for iterative scans: strict and relaxed.
461461

@@ -493,7 +493,7 @@ Note: Place any other filters inside the CTE
493493

494494
###Iterative Scan Options
495495

496-
Since scanning a large portion of an approximate index is expensive, there are options to control when a scan ends
496+
Since scanning a large portion of an approximate index is expensive, there are options to control when a scan ends.
497497

498498
####HNSW
499499

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp