Skip to content

I don't know what is failing but get this error with postgres #21557

Answered by rsandeesh
Unlucko asked this question in Q&A
Discussion options

You must be logged in to vote

This is occurring due to the mismatch of the created tables from the langchain package. With their new updated version (langchain_postgres), the application expects an extra 'id' column. What you can do is drop the previously created langchain_pg_collection and langchain_pg_embedding tables. Then reinitialize the store which will eventually create the new tables. This approach worked for me.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@vedhagirisrinivasan
Comment options

Answer selected by Unlucko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants