generative-ai icon indicating copy to clipboard operation
generative-ai copied to clipboard

Sample code and notebooks for Generative AI on Google Cloud, with Gemini on Vertex AI

Results 293 generative-ai issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/GoogleCloudPlatform/generative-ai/assets/186253/9ac6d00c-c2e0-4a36-aede-ce3c1b3dd431)

I tried this notebook in Colab, and it is missing the step of setting up the GCP Project ID. This is one technique that could be used, but you might...

- Owlbot/Noxfile - Runs on each pull request, does autoformatting with Black - Renovate - Create Automated Pull Requests to update Packages - Github super linter (Linter for lots of...

Notebook: intro_langchain_palm_api.ipynb LangChain version: 0.0.208 Vertex AI SDK version: 1.26.0 `chat([HumanMessage(content="Hello")]) ` fails with TypeError: send_message() got an unexpected keyword argument 'context' Stack: ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call...

PR that fixes the path to run the notebook in Colab / Workbench for: - language/examples/document-qa/question_answering_large_documents.ipynb - language/examples/document-qa/question_answering_large_documents_langchain.ipynb - language/examples/document-summarization/summarization_large_documents.ipynb - language/examples/document-summarization/summarization_large_documents_langchain.ipynb This PR also adds GroceryBot, a sample assistant...

This PR adds an 'enterprise-search' sub-repository which contains a README and some examples. These examples show how to use Enterprise Search as a retriever in langchain question answering chains. Future...

This PR made two changes to the `language/examples/document-qa/question_answering_large_documents_langchain.ipynb` notebook: 1. It fixed the display error of the refine method outputs. The original code displayed outputs from the map reduce method...

Function argument is "_summary_" while what is being used in the function is '_initial_summary_'. Fixing this.

when you try to run the Question Answering with Large Documents using LangChain https://github.com/GoogleCloudPlatform/generative-ai/blob/main/language/examples/document-qa/question_answering_large_documents_langchain.ipynb notebook in Colab by clicking on the **Run in Colab** link https://screenshot.googleplex.com/3z2uwdNUMpNKXCb from the example in...