I am implementing RAG with HuggingFace and FAISS Vector Store. The workflow was working 2 weeks ago but now throws an error Execute failed: 404 Client Error: Not Found for url: https://api-inference.huggingface.co/pipeline/feature-extraction/sentence-transformers/all-MiniLM-L6-v2 (Request ID: Root=1-68246117-1de5875d1e56505b6b0acdf8;5de437b4-290c-4a53-9eed-96b3e6e267a6)
Steps I have checked:
- Different HF embedding models.
- The workflow for HF LLMs works properly with the same HF User Access Token.
- I have tested with Chroma Vector Store and TextEmbedder Node and both throw the same error.
- I have tested with different HF accounts.
- I have tried all the combinations of the parameters.
Please provide a resolution. It looks like there was an update to either HuggingFace or KNIME which has caused this issue. The issue is most likely that the API URL has changed. The URL that the nodes are using is different from the URL on the HuggingFace Hub.
RAG.knwf (81.3 KB)
