-
Notifications
You must be signed in to change notification settings - Fork 224
Google Vertex AI Integration with Elastic #464
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
base: main
Are you sure you want to change the base?
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.
"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", |
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.
We do not have a Stream API, should this be the Elastic Inference API?
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.
I'd recommend linking to : https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-inference-put-googlevertexai
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 |
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