Does anyone know if it's possible to use Vector se...
# exposed
h
Does anyone know if it's possible to use Vector search in exposed ?
m
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
I needed to create the vector column type, seems to be working fine