Google Vertex AI Integration with Elastic#464
Open
beltrangs wants to merge 6 commits intoelastic:mainfrom
Open
Google Vertex AI Integration with Elastic#464beltrangs wants to merge 6 commits intoelastic:mainfrom
beltrangs wants to merge 6 commits intoelastic:mainfrom
Conversation
google-vertex-ai-chat-completion-notebook.ipynb Demonstrates the Vertex AI integration with Elastic using gemini for Chat completion tasks. google-vertex-ai-completion-notebook.ipynb Shows how to use Vertex AI with Elastic for Completion tasks both REST and Streamed. ab11874
|
Found 2 changed notebooks. Review the changes at https://app.gitnotebooks.com/elastic/elasticsearch-labs/pull/464 |
Removing temporal placeholders.
serenachou
reviewed
Jun 10, 2025
| "source": [ | ||
| "# Google Vertex AI Chat completion with Elastic\n", | ||
| "\n", | ||
| "This notebook shows how to use Elastic Stream API to interact with Google Vertex AI models to perform Chat completion tasks.\n", |
Contributor
There was a problem hiding this comment.
We do not have a Stream API, should this be the Elastic Inference API?
Contributor
There was a problem hiding this comment.
I'd recommend linking to : https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-inference-put-googlevertexai
JessicaGarson
approved these changes
Jun 10, 2025
Contributor
|
I had the opportunity to take a look at the code, and it appears to be strong on a technical level. I’ve given it my approval, but I noticed that the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
google-vertex-ai-chat-completion-notebook.ipynb
Demonstrates the Vertex AI integration with Elastic using gemini for Chat completion tasks.
google-vertex-ai-completion-notebook.ipynb
Shows how to use Vertex AI with Elastic for Completion tasks both REST and Streamed. ab11874