| title | Google + Weaviate |
|---|---|
| sidebar_position | 10 |
| image | og/docs/integrations/provider_integrations_google.jpg |
Google offers a wide range of models for natural language processing and generation. Weaviate seamlessly integrates with Google Gemini API and Google Vertex AI APIs, allowing users to leverage Google's models directly from the Weaviate Database.
These integrations empower developers to build sophisticated AI-driven applications with ease.
Google's embedding models transform text data into vector embeddings, capturing meaning and context.
Weaviate integrates with Google's embedding models to enable seamless vectorization of data. This integration allows users to perform semantic and hybrid search operations without the need for additional preprocessing or data transformation steps.
Google embedding integration page Google multimodal embedding integration page
Google's generative AI models can generate human-like text based on given prompts and contexts.
Weaviate's generative AI integration enables users to perform retrieval augmented generation (RAG) directly from the Weaviate Database. This combines Weaviate's efficient storage and fast retrieval capabilities with Google's generative AI models to generate personalized and context-aware responses.
Google generative AI integration page
These integrations enable developers to leverage Google's powerful models directly within Weaviate.
In turn, they simplify the process of building AI-driven applications to speed up your development process, so that you can focus on creating innovative solutions.
You must provide a valid Googles API credentials to Weaviate for these integrations.
import UseGoogleAuthInstructions from './_includes/use_google_auth_instructions.mdx';
Weaviate integrates with both Google Gemini API or Google Vertex AI.
Go to the relevant integration page to learn how to configure Weaviate with the Google models and start using them in your applications.
import DocsFeedback from '/_includes/docs-feedback.mdx';

