You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Hugginface embedding Inference API is not working and outputting Error in Agent node: An error occurred while fetching the blob
This is caused by the huggingface update which langchainjs is working on langchain-ai/langchainjs#8237
To Reproduce
Steps to reproduce the behavior:
Add a Hugging face API creds and try to retrieve on any flow.
Expected behavior
Error in Agent node: An error occurred while fetching the blob
Additional context
Add any other context about the problem here.
This can be fixed I think just by updating langchainjs but considering this will break almost all RAGs chains out there that use HF for embedding. Id say this is a pretty urgent issue.
The text was updated successfully, but these errors were encountered:
Describe the bug
Hugginface embedding Inference API is not working and outputting Error in Agent node: An error occurred while fetching the blob
This is caused by the huggingface update which langchainjs is working on
langchain-ai/langchainjs#8237
To Reproduce
Steps to reproduce the behavior:
Add a Hugging face API creds and try to retrieve on any flow.
Expected behavior
Error in Agent node: An error occurred while fetching the blob
Setup
npx flowise start
,pnpm start
]Additional context
Add any other context about the problem here.
This can be fixed I think just by updating langchainjs but considering this will break almost all RAGs chains out there that use HF for embedding. Id say this is a pretty urgent issue.
The text was updated successfully, but these errors were encountered: