backpack1098B
Convex Communityโ€ข2y agoโ€ข
1 reply
backpack1098

Uncaught Error: Failed to insert or update a document in table "messages" because it does not match

๐Ÿ‘‹ was the ConvexVectorStore updated recently? im following the example from https://stack.convex.dev/ai-chat-using-langchain-and-convex and ran into the error above. was able to fix it by adding response_metadata: v.optional(v.any()) to the schema
Was this page helpful?