tembo-io / pg_vectorize

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

allow passing runtime parameter to function calls #184

Open ChuckHend opened 2 weeks ago

ChuckHend commented 2 weeks ago

For example, passing "temperature": 0.7 to vectorize.generate(). I think ideally this is just an optional json parameter that is passed through to the model provider. This should be added to vectorize.encode(), vectorize.generate(), vectorize.rag(), and vectorize.search().