sql

jcf 2023-10-11T19:32:59.200859Z

I wonder if anyone else is experimenting with pgvector from Clojure? https://github.com/pgvector/pgvector Given the vectors are represented as strings in SQL, I’m leaning towards some record/type to teach next.jdbc and HoneySQL about the novel data type. I’m curious if anyone has walked this path before?

jcf 2023-10-12T15:49:49.557739Z

I’m thinking of looking into both tech.ml.dataset and libpython-clj to see how we can link the three ecosystems together.