pgvector support #2885
-
Hello, I was wondering if this api supports the pgvector extension. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Sure, every pg extension is supported since you have full access to SQL functions through RPC. Now if you're looking to use pgvector operators ( (We're looking to extend operators on #2028) |
Beta Was this translation helpful? Give feedback.
-
I know it's possible via RPC but it would really help if we can also support custom operators... |
Beta Was this translation helpful? Give feedback.
Sure, every pg extension is supported since you have full access to SQL functions through RPC.
Now if you're looking to use pgvector operators (
<#>
,<=>
) directly through the API then that's not possible right now. But you can always use RPC as mentioned above.(We're looking to extend operators on #2028)