Join Slack
Powered by
Does anyone know if it's possible to use Vector se...
# exposed
h
Higor Oliveira
09/18/2025, 1:13 PM
Does anyone know if it's possible to use Vector search in exposed ?
m
maxmello
09/19/2025, 7:12 AM
I once created my own column type and query functions for exposed based on this project:
https://github.com/Benjozork/exposed-postgres-extensions/blob/master/src/main/kotlin/epgx/functions/TsQueryFunctions.kt
Its an old project but maybe it helps
👍 1
h
Higor Oliveira
09/19/2025, 11:24 AM
I needed to create the vector column type, seems to be working fine
9
Views
Open in Slack
Previous
Next