Is this the right issue type?
Summary
pgvector doesn't care which model makes any embeddings. Thus, by itself, responsibility for making sure the correct model is used to generate query embeddings is unclear.
An expedient solution is to have a one-row table in the database to describe the model used to generate the embeddings that code interacting with the database can read.
Acceptance Criteria
Tasks
Confirm creation
Is this the right issue type?
Summary
pgvector doesn't care which model makes any embeddings. Thus, by itself, responsibility for making sure the correct model is used to generate query embeddings is unclear.
An expedient solution is to have a one-row table in the database to describe the model used to generate the embeddings that code interacting with the database can read.
Acceptance Criteria
Tasks
Confirm creation