You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The postgres provider doesn't even apply app.settings defined in the schema.sql file which means the embedding dimensions is always 384 regardless of what embeddings settings you have.
To Reproduce
Use openai embeddings which are 1532 dimensions. The database will complain because the tables are intialized with 384 dimensions.
Expected behavior
It works
Screenshots
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
The postgres provider doesn't even apply
app.settings
defined in theschema.sql
file which means the embedding dimensions is always 384 regardless of what embeddings settings you have.To Reproduce
Use openai embeddings which are 1532 dimensions. The database will complain because the tables are intialized with 384 dimensions.
Expected behavior
It works
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: