Skip to content

Latest commit

 

History

History
69 lines (39 loc) · 3.15 KB

File metadata and controls

69 lines (39 loc) · 3.15 KB
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.

Integrations with Google

Embedding models for vector search

Embedding integration illustration

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

Generative AI models for RAG

Single prompt RAG integration generates individual outputs per search result

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

Summary

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.

Credentials

You must provide a valid Googles API credentials to Weaviate for these integrations.

Vertex AI

Automatic token generation

import UseGoogleAuthInstructions from './_includes/use_google_auth_instructions.mdx';

Get started

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.

Questions and feedback

import DocsFeedback from '/_includes/docs-feedback.mdx';