Skip to content

Commit 91541fe

Browse files
committed
Fixed example [skip ci]
1 parent f3de487 commit 91541fe

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
@@ -499,7 +499,7 @@ With streaming queries, it’s possible for rows to be slightly out of order by
499499
```sql
500500
WITH approx_order AS MATERIALIZED (
501501
SELECT *, embedding <-> '[1,2,3]' AS distance FROM items WHERE ... ORDER BY distance LIMIT 5
502-
) SELECT * FROM query ORDER BY distance;
502+
) SELECT * FROM approx_order ORDER BY distance;
503503
```
504504

505505
## Half-Precision Vectors

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy