-
Notifications
You must be signed in to change notification settings - Fork 29.3k
Issue with configuring Hugging Face credentials for local n8n #15246
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
Comments
Hey @Pei-Jie8888, We have created an internal ticket to look into this which we will be tracking as "GHC-1922" |
Any estimate on when this will be fixed? OR a workaround that works? |
Looks like we need to wait for N8N to fix the problem. |
I'll wait too |
Also having this issue - confirmed the key is valid and does work, just not inside of n8n node. Commenting to bump up so n8n can fix |
Watching for resolution :) |
Hallo n8n-Team, ich habe beim Einrichten der Hugging Face Credentials in n8n einen neuen interessanten Wert entdeckt, der bei fehlerhafter API-Key-Übernahme auftaucht: _n8n_BLANK_VALUE. Das sieht so aus, als ob n8n intern den Key versehentlich durch einen Platzhalter ersetzt, was die Verbindungsprobleme verursacht. Vielleicht hilft dieser Hinweis bei der Fehlerbehebung und der Validierung von Credential-Feldern. |
WORKAROUND {{ "hf_xxxxxxx" }} |
Could you expand your thought? |
Workaround für n8n-Fehler bei Hugging Face API Key: |
I tried this and it seems to pull the API key correctly, but wont allow me to do anything. i get the "error fetching blob" message whenever running an embedding node |
Excellent! It works! |
Hello everyone, |
I also have same issue. Any fix? |
Nope, looks like we're still waiting on Langchain who has not posted any updates in a while according to the PR linked by @schrothbn above |
The issue I'm facing and what I believe many others are is that I am using the HuggingFace embedding model, and as of right now n8n does not support an HTTP node for embedding. This makes it basically impossible to run a RAG agent with a HuggingFace model as of right now with the current issues. Hopefully this can be resolved soon, its been over a month now facing this issue |
Bug Description
Hi there,
I’m trying to use a Hugging Face model in n8n, but I’m unable to set up the credentials successfully.
I obtained my Hugging Face token (which begins with hf_) and pasted it into the API Key field under Hugging Face credentials in n8n. However, when I save it, I receive the error message: “Couldn’t connect with these settings. More details.” Even after clicking the “Retry” button, the same error persists.
I found that others have encountered the same issue when using n8n locally. However, I’m not sure if it’s caused by running n8n on localhost. I’ve tried updating n8n, but the problem persists.
Does anyone knows how to resolve it?
Here are some related discussions:
To Reproduce
Error Message: Couldn’t connect with these settings More details
Expected behavior
Able to set up the Hugging Face credentials without any issues.
Operating System
Windows 11
n8n Version
1.91.3
Node.js Version
22.14.0
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: