In generative AI, grounding is the ability to connect model output to verifiable sources of information. If you provide models with access to specific data sources, then grounding tethers their output to these data and reduces the chances of inventing content. This is particularly important in situations where accuracy and reliability are significant.
Grounding provides the following benefits:
- Reduces model hallucinations, which are instances where the model generates content that isn't factual.
- Anchors model responses to your data sources.
- Provides auditability by providing grounding support (citations) and confidence scores.
You can ground supported-model output in Vertex AI in the following ways:
Grounding type | Description |
---|---|
Grounding with Google Search | You want to connect your model to world knowledge and a wide possible range of topics. |
Grounding with Google Maps | You want to use Google Maps data with your model to provide more accurate and context-aware responses to your prompts. |
Grounding Gemini to your data | You want to use retrieval-augmented generation (RAG) to connect your model to your website data or your sets of documents. |
Grounding Gemini with Elasticsearch | You want to use retrieval-augmented generation with your existing Elasticsearch indexes and Gemini. |
Web Grounding for Enterprise | You want to use a web index to generate grounded responses. |
For language support, see Supported languages for prompts.
What's next
- To learn more about responsible AI best practices and Vertex AI's
safety filters, see Responsible AI.