Replies: 1 comment
-
Anyone? How can I correct this: "Insecure Cache Algorithms" from https://js.langchain.com/docs/troubleshooting/warnings/insecure-cache-algorithm Best regards, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello All,
I have this message trying to upsert document in document store using local embedding model.
All configured and tested ok but the flowise-worker
"The default method for hashing keys is insecure and will be replaced in a future version,
but hasn't been replaced yet as to not break existing caches. It's recommended that you use
a more secure hashing algorithm to avoid cache poisoning."
See this page for more information:
|
└> https://js.langchain.com/docs/troubleshooting/warnings/insecure-cache-algorithm
2025-10-11 18:04:40 [INFO]: [BaseQueue] Processing job 33 in flowise-queue-upsertion at 2025-10-11T18:04:40.800Z
2025-10-11 18:04:40 [ERROR]: [BaseQueue] Worker job 33 failed in queue "flowise-queue-upsertion":
How can be solved?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions