Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postgres adapter doesnt apply settings #1378

Closed
ryanleecode opened this issue Dec 22, 2024 · 0 comments
Closed

Postgres adapter doesnt apply settings #1378

ryanleecode opened this issue Dec 22, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ryanleecode
Copy link
Contributor

Describe the bug

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant