Skip to content

Commit 40715ea

Browse files
committed
Update README.md
1 parent 2c9b18d commit 40715ea

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
@@ -65,7 +65,7 @@ SELECT binary_quantize('[0,0.1,-0.2,-0.3,0.4,0.5,0.6,-0.7,0.8,-0.9,1]'::VECTOR);
6565

6666
Add more types - halfvec, sparse vectors
6767
Query Operators - add more for (+ - * = > < <= >= != ||)
68-
https://github.com/pgvector/pgvector/tree/master?tab=readme-ov-file#querying
68+
Add functions - e.g. sum(vector), avg(vector) https://github.com/pgvector/pgvector/blob/master/test/sql/vector_type.sql
6969

7070
Extending an existing grammar through more than one level of inheritance isn't supported by grammar generator -
7171
This would require fixes to https://github.com/sqldelight/Grammar-Kit-Composer - work around is to override manually e.g.

0 commit comments

Comments
 (0)