PGvector #3571
Replies: 2 comments
-
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.
-
|
Sorry for the very big delay, but now I have time and will to implement this. OK, it seems that the first step to do this, is to extend module As I understant I have to add to: Here I have few questions:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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