Replies: 1 comment
-
I figured it out. Flowise V3 expects the column name to be pageContent. This was not the case in the previous version. Perhaps someone else may need this information. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello dear FlowiseAI community,
I'm encountering an issue when trying to upsert my embeddings into PostgreSQL. I've done this many times successfully with version 2, but in version 3 I’m getting the following error:
Notes:
I'm using text-embedding-ada-002, and I've created vectors with a dimension of 1536, which is compatible with this model.
There are no issues with my PostgreSQL connection.
Based on my research, I believe the issue may be related to changes on the Flowise side in version 3.
Has anyone else encountered this? Any guidance or insight would be greatly appreciated.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions