-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vertexai: Add Intro to the Vertex AI library #660
Conversation
pip install -U langchain-google-vertexai | ||
``` | ||
|
||
## Supported Models (MaaS: Model-as-a-Service) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's start with a short description of all supported integration (and a difference between them, please). So that a user doesn't get an impression that only Llama and Mistarl are supported.
You can find a full list here:
"ChatVertexAI", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the review comment, looks like some integrated models were left in my PR. I have added those.
A short description of my recent commit.
- Added Gemma models integration documentation
- Added Vision models integration documentation
- Added a difference between Chat model and Base model for the readers to understand our different flavors of models.
714f6c8
to
0a567cc
Compare
0a567cc
to
973fb34
Compare
PR Description
Added intro to the
Vertex AI
library.Took reference from the Google Gen AI library: https://python.langchain.com/api_reference/google_genai/index.html
Rendered DocString looks like this:
Tagging @lkuligin for review.
Type
📖 Documentation