Adding PGVector Support #64
Unanswered
AndrewCatwalk
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Can you wrap the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm interested in adding PGVector support to my application using ScalaSQL, by combining it with https://github.com/pgvector/pgvector-java
I've set up a type mapper which looks reasonable, and works for 'SELECT' statements:
However, when I try to perform an 'Update' operation, I get the following error:
I've taken a look at some PRs to scalasql itself to add types (like: https://github.com/com-lihaoyi/scalasql/pull/24/files#diff-2582d86ab940606751cc634979ce1cb049098d0b5cd0754f00ce9be80bedb831) , but nothing I've tried has worked. Any guidance on what might be missing would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions