28 Commits

Author SHA1 Message Date
kpj2006 feb899ab19 Enhance: Improve 'Strip New Lines' for Gemini/Vertex embedding effici… (#5010)
* Enhance: Improve 'Strip New Lines' for Gemini/Vertex embedding efficiency

* Run lint-fix

---------

Co-authored-by: Ilango Rajagopal <rajagopalilango@gmail.com>
2025-08-07 16:58:52 +01:00
Karl Stoney 00342bde88 Refactor google credentials into a shared function (#4893) 2025-07-24 20:06:30 +01:00
Karl Stoney 5e5b2a18e2 Added region support to chatGoogleVertexAi (#4839)
* Added region support to chatGoogleVertexAi

* Added region to the vertex ai embeddings loader too

* Updated the available vertex text embedding models to be valid

* Update ChatGoogleVertexAI.ts

* Update GoogleVertexAIEmbedding.ts

---------

Co-authored-by: Henry Heng <henryheng@flowiseai.com>
2025-07-18 11:28:23 +01:00
Henry Heng 940c8fd3b0 Chore/LC v0.3 (#3517)
* bump langchain version to 0.3, upgrades on all chat models

* update all docs loader to have documents and text output options

* fix pnpm lock file
2024-11-28 11:06:12 +00: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
Yongtae a373422abf Refactor GoogleVertexAIEmbedding.ts for handling modelName in GoogleVertexAIEmbeddingsParams 2023-09-04 11:02:35 +09:00
Yongtae 95740a8464 Refactor GoogleVertexAIEmbedding.ts to remove unnecessary additionalParams field 2023-09-04 11:01:56 +09:00
Yongtae 0b67afe546 Refactor modelName assignment in GoogleVertexAIEmbedding.ts 2023-09-03 19:16:45 +09:00
Yongtae a05d73d83b Add input option for Model Name in GoogleVertexAIEmbedding 2023-09-03 19:12:42 +09:00
Yongtae f929a57c71 optional credential on Embedding 2023-08-25 17:05:58 +09:00
Yongtae d9113da6bb lint fix 2023-08-24 11:42:49 +09:00
Yongtae 51e9cdf4c1 implementation of llm model 2023-08-24 11:39:12 +09:00
Yongtae 9e0d2ccb3a Refactor GoogleAuth.credential to support both file path and JSON object credentials. Update GoogleVertexAIEmbedding to handle both cases 2023-08-08 10:39:13 +09:00
Yongtae a0d0d5e6e3 move project id and remove location 2023-08-07 12:11:35 +09:00
Yongtae d6844655cc Unify the names of what is being returned 2023-08-05 12:08:39 +09:00
Yongtae adffc7cb1d Add error handling for missing Google Application Credential file path 2023-08-05 03:33:26 +09:00
Yongtae 3154399404 lint fix GoogleAuth and GoogleVertexAIEmbedding code 2023-08-05 03:29:03 +09:00
Yongtae c3b90e3875 Add optional inputs for project ID and location in GoogleVertexAIEmbedding 2023-08-05 03:28:00 +09:00
Yongtae 6ef37eade3 remove model name 2023-08-05 03:19:35 +09:00
Yongtae 31cb4c1c64 Add Google Vertex Auth credential and update langchain version 2023-08-05 03:18:29 +09:00
Yongtae d408c06ab0 Add support for 'textembedding-gecko@001' in GoogleVertexAIEmbedding 2023-08-02 23:19:59 +09:00
Yongtae 5b5cec408c Remove unnecessary import statement and parameter in the async init function 2023-08-02 23:19:05 +09:00
Yongtae 63d920158c lint-fix 2023-08-02 22:28:49 +09:00
Yongtae 6f80f87c55 Add GoogleVertexAIEmbedding_Embeddings class for GoogleVertexAIEmbeddings 2023-08-02 22:16:54 +09:00
Yongtae 2b8cf7acdc Add Google Vertex AI embedding icon 2023-08-02 19:39:07 +09:00
Yongtae 850cbbf3d9 Add Google Vertex AI Embedding SVG icon file 2023-08-02 19:38:50 +09:00