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

Commit6e9f74d

Browse files
committed
Updated readme [skip ci]
1 parent258215a commit6e9f74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ CREATE TABLE items (embedding vector(3), category_id int) PARTITION BY LIST(cate
483483

484484
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`).
485485

486-
There are two modes for iterative scans:strictand relaxed.
486+
Iterative scans can usestrictor relaxed ordering.
487487

488488
Strict ensures results are in the exact order by distance
489489

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp