I’m trying to use the Embeddings HuggingFace Inference node in n8n to generate embeddings. I’ve tested various models, including BAAI/bge-small-en-v1.5, but I’m still encountering an Invalid URL error when executing the node. It seems like there is an issue with the Custom Inference Endpoint configuration or how the node is connecting to the HuggingFace API.
I was able to get this working with BAAI/bge-small-en-v1.5 so I’m going to assume you’re using the “custom inference endpoint” option to provide a custom URL for huggingface?
Best next step is just to check this custom endpoint URL is correct and reachable. Try using the http node with response headers enabled to see what error codes you get.
Thank you Jim for responding, i had moved on to using open ai as i did not understand the obstacles i face. i will circle back to thing and implement your suggest and will let you know if im able to get it to work