-
-
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] Cannot convert undefined or null to object - Redis Vector Store #2135
Comments
do you have Redis Stack running on Docker? https://redis.io/docs/latest/operate/oss_and_stack/install/install-stack/docker/ |
Do you have any suggestions for some steps worth taking to troubleshoot it? - for me the results arent upserted. |
in your flow, you are using LocalAI and Azure, I'd suggest try replacing each one at at time to see which one was causing issue. Also, is it just PDF? have you tried Text file? |
@HenryHengZJ |
Yes, can confirm this is happening for me also using the pdf loader. It seems that this is the case with some of the pdf file, not all. Found this similar issue #2099 |
@HenryHengZJ can this be looked into ? |
I have same issue, that is case with pdf file, the docx file, txt is still working |
I've fixed it in #3789 |
Due to the issues I had with In-memory vector store I have switched it to the Redis one. Every time I attempt to Upsert Vector Database I get the following error":
The text was updated successfully, but these errors were encountered: