generated from langchain-ai/integration-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[langchain-sqlserver] Error when inserting a lot of documents #11
Labels
Milestone
Comments
From the offline discussion, the plan is to use batching to insert the documents into the database.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When adding a lot of documents to the vectorstore using the
from_documents
function, I get the following error:It seems that if I try to insert less than 500 documents it works fine. With more it just return the above error.
The text was updated successfully, but these errors were encountered: