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 schema1 Reply
It's possible this is a change in LangChain that caused this.