Replies: 1 comment
-
To address the issues you're encountering with
To resolve the issue, verify that your document creation and addition process includes the necessary steps for embedding generation and vector storage. This might require adjusting your implementation to ensure that document vectors are correctly generated and stored alongside the document content in the database. For further guidance, consider reviewing the implementations of
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
This is a simplified example that I've used for debugging the issue:
Description
addModels
and running a Prisma transaction as shown on the documentation here (https://js.langchain.com/docs/integrations/vectorstores/prisma). Is this the expected way to do it?System Info
Node JS v21.7.2
Prisma ORM
Windows 10 x64
LangChain 0.2.0
Beta Was this translation helpful? Give feedback.
All reactions