๐Ÿ“ฆ google-gemini / cookbook

๐Ÿ“„ README.md ยท 9 lines
1
2
3
4
5
6
7
8
9# Gemini API Weaviate Examples

## Table of contents

This is a collection of examples for the Gemini API used with [Weaviate](https://weaviate.io/). 

* [Personalized Product Descriptions with Weaviate and the Gemini API](./personalized_description_with_weaviate_and_gemini_api.ipynb): Learn how to embed your data, run a semantic search, make a generative call to the Gemini API and store the output in your vector database, and personalize the description based on the user profile.
* [Weaviate Query Agent with Gemini API](./query-agent-as-a-tool.ipynb): Learn how to define the Weaviate Query Agent as a tool through the Gemini API.