Skip to content

Commit

Permalink
Add a tutorial of generating company research report using search gro…
Browse files Browse the repository at this point in the history
…unding (#358)

* Add a tutorial of generating company research report using search grounding
* This is using Gemini 1.5 Flash. Search tool using Gemini 2.0 Flash will be later.

Co-authored-by: Guillaume Vernade <[email protected]>
  • Loading branch information
windmaple and Giom-V authored Dec 18, 2024
1 parent 2539263 commit b42527c
Show file tree
Hide file tree
Showing 2 changed files with 1,182 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ This is a collection of fun examples for the Gemini API.
* [Translate a public domain](https://github.com/google-gemini/cookbook/blob/main/examples/Translate_a_Public_Domain_Book.ipynb): In this notebook, you will explore Gemini model as a translation tool, demonstrating how to prepare data, create effective prompts, and save results into a `.txt` file.
* [Working with Charts, Graphs, and Slide Decks](https://github.com/google-gemini/cookbook/blob/main/examples/Working_with_Charts_Graphs_and_Slide_Decks.ipynb): Gemini models are powerful multimodal LLMs that can process both text and image inputs. This notebook shows how Gemini 1.5 Flash model is capable of extracting data from various images.
* [Entity extraction](https://github.com/google-gemini/cookbook/blob/main/examples/Entity_Extraction.ipynb): Use Gemini API to speed up some of your tasks, such as searching through text to extract needed information. Entity extraction with a Gemini model is a simple query, and you can ask it to retrieve its answer in the form that you prefer.
* [Generate a company research report using search grounding](https://github.com/google-gemini/cookbook/blob/main/examples/search_grounding_for_research_report.ipynb): Use search grounding to write a company research report with Gemini 1.5 Flash.

### Integrations

Expand Down
Loading

0 comments on commit b42527c

Please sign in to comment.