Fork me on GitHub
#sql
<
2023-10-11
>
jcf19:10:59

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?

jcf15:10:49

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