tembo-io / pg_vectorize

The simplest way to build AI workloads on Postgres
https://tembo.io/pg_vectorize/
706 stars 17 forks source link

Added Ollama support in transform function #106

Closed destrex271 closed 3 months ago

destrex271 commented 5 months ago

Added a function to generate embeddings for the input payload using the ollama models.

ChuckHend commented 3 months ago

I think the private-hf-model test will fail since this is a branch outside the org. PGMQ had some big compile changes recently, I'll push some changes in to fix that. Other than that this looks good!