-
-
Notifications
You must be signed in to change notification settings - Fork 17.4k
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
[BUG] Status: 500 Error: documentStoreServices.insertIntoVectorStore - Error: documentStoreServices._insertIntoVectorStoreWorkerThread - AggregateError #3577
Comments
Hey there! Looking at the 500 error you're getting with the Redis vector store upsert, I can help you resolve this. The error is occurring in the vector store worker thread, which suggests there's an issue with either the connection or configuration parameters. Let's fix this step by step:
The error suggests there might be an aggregate error, which typically means multiple things went wrong. Most commonly, this happens when either:
This is supported by similar issues I found in the codebase, particularly in Could you share:
This will help me provide more specific guidance for your setup. References:
Let me know if you need any clarification or have questions about these steps. |
I'm getting the same error, when trying to upsert vectors to Pinecone.
|
Hey! This is actually a known issue that's been fixed in v1.6.3. From looking at similar reports, it was related to the Pinecone dependency version. Can you upgrade to v1.6.3 or later? That should resolve the upsert error you're seeing. If you're still seeing issues after upgrading, let me know and we can look into other potential causes. (Reference: issue #1977 where this was resolved by pinning the Pinecone dependency) |
I'm on the latest release of Flowise. Looks like there was a glitch, deleted and created a new document store and it worked fine. Thanks for your help :) |
I found what is causing this issue. It is the Record Manager within the Document Store which is causing this issue. Without configuring the Record Manager, the upsertion works well. Once you configure the Record Manager (Supabase) and try to upsert then it throws the below error.
After that even if you reset and remove the Record Manager configuration, even then it wouldn't allow you to upsert any documents. Looks like a bug to me. |
Hi guys, So my opinion there is a bug with pdf files and character sets when upserting. could you try same please. And can you help me where i can find the upsertation logs. I dont know the path. |
After looking at your recent feedback about the PDF files and Turkish characters, I can see what's likely happening here. Let me break this down:
Here's what you can try: // 1. First, test without Record Manager
1. Remove the Record Manager configuration completely
2. Try the upsert with your PDF file
3. If it works, you can gradually add back the Record Manager
// 2. If you need to use Record Manager, try this workaround:
1. Split your PDF into smaller chunks first
2. Use the 'Legacy Build' option in the PDF loader settings
- In Document Store > PDF File settings
- Enable "Use Legacy Build" under Additional Parameters This should help because the code shows that the PDF loader has a legacy build option specifically for compatibility issues (from the codebase: For finding the upsert logs:
A few important notes:
Let me know if you need help finding the logs or if you want to try a different approach! References:
Hope this helps solve your issue! |
I followed the steps shown in the attached images and encountered the same issue every time. However, the error I received this time differs from the one mentioned in the title. Instead of an aggregate error, I am now encountering a null error. Here are the detailed steps I followed:
This is text content ; Vestibulum facilisis luctus nulla quis tristique. Curabitur et hendrerit ipsum. Integer quis viverra ligula. Aliquam fermentum odio justo, sed euismod diam mattis quis. Curabitur nisi est, consequat at consequat eget, malesuada ut sapien. Phasellus vestibulum erat quis neque euismod mollis. Quisque in felis egestas, vestibulum turpis eu, vulputate ligula. Nam semper gravida quam non faucibus. Integer porttitor, felis vel pharetra rhoncus, magna mauris fringilla metus, vel venenatis felis turpis quis nunc. Phasellus ac bibendum ligula, id tincidunt mauris. Nam a libero dapibus, hendrerit arcu sit amet, dignissim elit. In malesuada semper rutrum. Mauris pulvinar dictum augue, cursus auctor erat aliquam vel. Suspendisse bibendum ac turpis ac faucibus. Sed porttitor ante ex, vel lacinia nibh facilisis in. Quisque cursus aliquam molestie. Pellentesque pellentesque accumsan sem ut porta. Suspendisse vulputate magna non quam vehicula, tempus ultricies enim scelerisque. Aliquam erat volutpat. Proin rutrum nisl purus, ac tincidunt orci posuere eu. Praesent volutpat tincidunt dignissim. Vestibulum congue purus augue, at cursus ante ornare nec. Morbi sed varius dolor, id rutrum arcu. Proin pretium vestibulum nisl, fringilla finibus lorem aliquet non. Integer tortor ligula, suscipit a diam vel, gravida semper mi. Phasellus blandit sapien sodales sapien suscipit faucibus. In hac habitasse platea dictumst. Vivamus a tincidunt justo. Cras interdum sapien turpis. Etiam tristique egestas quam sit amet ultricies. Donec neque eros, mollis sit amet blandit sed, sollicitudin eget risus. Duis lectus orci, molestie sit amet malesuada ac, bibendum et est. In sodales lacus ac nulla hendrerit elementum. Proin cursus pharetra diam, vitae placerat velit fringilla quis. Donec nec cursus quam, et tempor diam. Nam condimentum augue sit amet massa viverra laoreet. Pellentesque sollicitudin dictum augue, ut tincidunt dolor. In tempus scelerisque sagittis. Sed ac mi elit. Nullam blandit placerat tellus in ullamcorper. Pellentesque in nisl eget sem accumsan malesuada a quis massa. Nulla tempus elit non nulla maximus, nec tempor nulla porttitor. Sed cursus justo id urna bibendum vehicula. Pellentesque vestibulum ornare eros vel dictum. Vestibulum sed felis mauris. In at tortor eu tortor tincidunt consequat sed eget justo. Sed non leo sed mi lacinia gravida vitae eget justo. Nunc condimentum nisi eget nunc tincidunt, nec scelerisque tellus luctus. |
should be fixed with this PR: #3789 |
It worked thanks. |
Describe the bug
I get 500 error when i try to upsert ollama embedings to redis store
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: