Commit Graph

15 Commits

Author SHA1 Message Date
Siddharth Chauhan 0cc7b3036e
fix: Upgrade Hugging Face Inference API to support Inference Providers (#5454)
- Upgrade @huggingface/inference from v2.6.1 to v4.13.2
- Update ChatHuggingFace to use InferenceClient with chatCompletion API
- Update HuggingFaceInference (LLM) to use v4 HfInference with Inference Providers
- Update HuggingFaceInferenceEmbedding to use v4 HfInference
- Add endpoint handling logic to ignore custom endpoints for provider-based models
- Add improved error handling and validation for API keys
- Update UI descriptions to guide users on proper configuration

Fixes #5161

Co-authored-by: Henry <hzj94@hotmail.com>
2025-11-25 11:43:36 +00:00
Lê Nam Khánh 6d3755d16e
chore: fix typos in packages/components/nodes/chatmodels/ChatHuggingFace/ChatHuggingFace.ts (#5437)
Fix typos in packages/components/nodes/chatmodels/ChatHuggingFace/ChatHuggingFace.ts
2025-11-07 11:29:44 +00:00
Henry Heng 54ff43e8f1
Bugfix/HF custom endpoint (#2811)
include fix for hf custom endpoint
2024-07-16 21:42:24 +01:00
Vinod Kiran 788d40f26b
Feature/externalize model list (#2113)
* fixes

* test json

* test json

* externalize model list

* externalize model list

* correcting awsChatBedRock Name

* lint fixes

* externalize models

* externalize chat models

* externalize chat models

* externalize llm models

* externalize llm models

* lint fixes

* addition of models for ChatMistral

* updating version numbers for all imapacted nodes.

* marketplace template updates

* update embeddings, marketplaces, add chatCohere

* config changes for new env variable

* removal of local models.json

* update models json file

---------

Co-authored-by: Henry <hzj94@hotmail.com>
2024-04-12 12:46:10 +01:00
Henry 0606d2c6dd upgrade langchain version 0.1.0 2024-01-26 23:41:55 +00:00
abhishekshankr d8af8ccb09 Update icons 2023-12-21 12:00:14 -05:00
vinodkiran 7d4337724d Updating of Type LLMCache to BaseCache and renaming vars for clarity 2023-10-08 22:59:43 +05:30
vinodkiran 679eac1d0b Addition of Cache Option for Chat Models 2023-10-08 11:44:43 +05:30
Henry 05dd23b01d - update marketplaces
- add version to nodes and credentials
- hover over node actions
2023-07-28 15:56:40 +01:00
Henry 976e74f13f Merge branch 'main' into feature/Credential 2023-07-27 11:37:30 +01:00
chungyau97 2ad873c34f modify parse for topP and topK 2023-07-26 01:13:16 +08:00
Henry ff755c3d1b update credentials 2023-07-15 19:43:09 +01:00
Henry 0923a35683 add endpoint to HF 2023-07-07 17:36:23 +01:00
Jeffrey-Wang 184a783847 fix: temperature convert to float 2023-06-29 21:23:21 +08:00
Henry 9d66432926 update HuggingFace nodes 2023-06-12 09:43:48 +01:00