PGvector #3571
Ryszard-Trojnacki
started this conversation in
General
PGvector
#3571
Replies: 1 comment
-
For ebean-datasource, we could add a service loading mechanism that hooks into when new connections are created. So I had that in mind for this. That will not work for folks not using ebean-datasource though.
I think we'd need to add a new vector type for query beans.
Ebean |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Rob,
I wanted to implement PGvector types, but there are few thing that I'm not sure:
PGvector.registerTypes(Connection conn)
. Is there any option (Listener) to include this in Ebean? Or should I create a DriverWrapper for this like it is done in Postgis driver (?). But what if I would like to use PGvector with Postgis?@Index.definition
. In the second scenario nothing is needed.--
Greetings,
Ryszard Trojnacki
Beta Was this translation helpful? Give feedback.
All reactions