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

Commit7b58352

Browse files
committed
Updated readme [skip ci]
1 parent83d410e commit7b58352

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -754,8 +754,6 @@ SELECT query, calls, ROUND((total_plan_time + total_exec_time) / calls) AS avg_t
754754
FROM pg_stat_statementsORDER BY total_plan_time+ total_exec_timeDESCLIMIT20;
755755
```
756756

757-
Note: Replace`total_plan_time + total_exec_time` with`total_time` for Postgres < 13
758-
759757
Monitor recall by comparing results from approximate search with exact search.
760758

761759
```sql
@@ -824,7 +822,7 @@ You can use [half-precision indexing](#half-precision-indexing) to index up to 4
824822

825823
####Can I store vectors with different dimensions in the same column?
826824

827-
You can use`vector` as the type (instead of`vector(3)`).
825+
You can use`vector` as the type (instead of`vector(n)`).
828826

829827
```sql
830828
CREATETABLEembeddings (model_idbigint, item_idbigint, embedding vector,PRIMARY KEY (model_id, item_id));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp