Commit Graph

17 Commits

Author SHA1 Message Date
k-santos 9170cac58b
bugfix: change field to be optional (#4446)
fix: make customModelName field as optional
2025-05-18 18:16:08 +08:00
vijaykammili 2df129f91b
Vertex Gemini Custom Model Changes (#3737) 2024-12-19 11:40:14 +00: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
Henry Heng 95beaba9d9
Chore/Update langchain version, openai, mistral, vertex, anthropic (#2180)
* update langchain version, openai, mistral, vertex, anthropic, introduced toolagent

* upgrade @google/generative-ai 0.7.0, replicate and faiss-node

* update cohere ver

* adding chatCohere to streaming

* update gemini to have image upload

* update google genai, remove aiplugin
2024-04-20 02:20:30 +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 096451f82f update langchain version 2023-09-20 20:07:13 +01:00
Yongtae 4d8b24180c add 32k model 2023-09-03 19:27:00 +09:00
Yongtae ecf71c8db7 Add optional Google Vertex AI credential input with description 2023-08-25 17:24:03 +09:00
Yongtae 97a05ed3c4 Remove unnecessary console.log statement and add error handling for missing Google Application Credential 2023-08-25 17:22:36 +09:00
Yongtae ed8d9bf050 optional credential on chatmodel 2023-08-25 17:05:47 +09:00
Yongtae 32b0e1584d refactoring_chatmodel 2023-08-24 12:33:45 +09:00
Yongtae b7107ce782 Merge branch 'fix/rename_chatvertexAI' into fix/google_credential 2023-08-24 12:24:12 +09:00
Yongtae 0a8fbc6e2e Rename GoogleVertexAI folder to ChatGoogleVertexAI 2023-08-24 12:20:18 +09:00