Skip to content
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

Merged
merged 13 commits into from
Jan 13, 2025

Conversation

SauravP97
Copy link
Contributor

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:
Screenshot 2024-12-22 at 3 13 21 PM

Tagging @lkuligin for review.

Type

📖 Documentation

@SauravP97 SauravP97 requested a review from lkuligin January 7, 2025 13:21
pip install -U langchain-google-vertexai
```

## Supported Models (MaaS: Model-as-a-Service)
Copy link
Collaborator

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:

(we don't need to mention things like SafetySettings), but let's mention all relevant Vertex AI integrations, please.

Copy link
Contributor Author

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.

  1. Added Gemma models integration documentation
  2. Added Vision models integration documentation
  3. Added a difference between Chat model and Base model for the readers to understand our different flavors of models.

@SauravP97 SauravP97 requested a review from lkuligin January 10, 2025 09:02
@lkuligin lkuligin force-pushed the add-intro-vertexai branch 2 times, most recently from 714f6c8 to 0a567cc Compare January 13, 2025 16:08
@lkuligin lkuligin merged commit 2314c92 into langchain-ai:main Jan 13, 2025
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants