You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/partners/google-vertexai/langchain_google_vertexai
Rajesh Thallam 6bc6d64a12
langchain_google_vertexai[patch]: Add support for SystemMessage for Gemini chat model (#15933)
- **Description:** In Google Vertex AI, Gemini Chat models currently
doesn't have a support for SystemMessage. This PR adds support for it
only if a user provides additional convert_system_message_to_human flag
during model initialization (in this case, SystemMessage would be
prepended to the first HumanMessage). **NOTE:** The implementation is
similar to #14824


- **Twitter handle:** rajesh_thallam

---------

Co-authored-by: Erick Friis <erick@langchain.dev>
9 months ago
..
__init__.py google-vertexai[minor]: added safety_settings property to gemini wrapper (#15344) 9 months ago
_enums.py google-vertexai[minor]: added safety_settings property to gemini wrapper (#15344) 9 months ago
_utils.py google-vertexai[minor]: added safety_settings property to gemini wrapper (#15344) 9 months ago
chat_models.py langchain_google_vertexai[patch]: Add support for SystemMessage for Gemini chat model (#15933) 9 months ago
embeddings.py google-vertexai: added langchain_google_vertexai package (#15218) 9 months ago
functions_utils.py google-vertexai[minor]: add function calling on VertexAI (#15822) 9 months ago
llms.py google-vertexai[minor]: added safety_settings property to gemini wrapper (#15344) 9 months ago
py.typed google-vertexai: added langchain_google_vertexai package (#15218) 9 months ago