Skip to content
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

bugfix: Add nil check in escapeAllStrings to prevent TypeError when upsert vectors #3789

Conversation

nguyenhung10012003
Copy link
Contributor

There is an issue when upsert vectors using redis vector store. I encountered this problem when doing document upsert from some PDF files. Not all PDF files are affected, just some

image

This pull request includes changes to the packages/components/nodes/vectorstores/Redis/utils.ts file to improve error handling and ensure that null or undefined objects are properly managed.

Copy link
Contributor

@HenryHengZJ HenryHengZJ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@HenryHengZJ HenryHengZJ merged commit b34a823 into FlowiseAI:main Jan 2, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants