-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
pnpm run dev
does not work out of the box
#780
Comments
I believe it is due to improper usage of the plpgsql function get_embedding_dimension() which is attempting to use dynamic type modifier. Particularly in the postgres schemaL
|
this is the critical issue would be solve as pgsql doesn't accept dynamic modifiers. as i checked in supabase you have define 3 different memories table for different embedding dimensions, and same required in PostgreSQL. |
Right now,
pnpm run dev
is not working properly with turbo.What we want is for dev to start all packages in watch mode with turbo so that the monorepo can automatically update dependencies downstream while developing, i.e. a watch mode that doesn't require a rebuild.
The text was updated successfully, but these errors were encountered: