tembo-io / pg_vectorize

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

put models in namespaces #94

Closed ChuckHend closed 5 months ago

ChuckHend commented 5 months ago

Put models in namespaces. e.g. openai/text-embedding-ada-002 instead of just 'text-embedding-ada-002'. This will make it a ton easier to map the transformer or chat_model to various hosting sources for models.

Maintaining backwards compatibility on the API for text-embedding-ada-002 (openai) and all-MiniLM-L12-v2 (sentence-transformers).