From 6edfad5ad6c660772fe17fe004672bdb201f5b4d Mon Sep 17 00:00:00 2001 From: Tyler Ohlsen Date: Tue, 28 Jan 2025 16:51:46 -0800 Subject: [PATCH] Make title capitalization consistent Signed-off-by: Tyler Ohlsen --- _automating-configurations/workflow-builder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_automating-configurations/workflow-builder.md b/_automating-configurations/workflow-builder.md index 5d9883d3b8..4f62946f19 100644 --- a/_automating-configurations/workflow-builder.md +++ b/_automating-configurations/workflow-builder.md @@ -44,7 +44,7 @@ This is where you will actually build and test your ingest and search flows for - **Errors**: The latest error will appear here. Errors may come from updating your ingest or search flows, running ingest, or running search. The plugin will automatically open this tab when a new error occurs, similar to an IDE. - **Resources**: The list of associated OpenSearch resources for this particular workflow. Will include up to one ingest pipeline, one index, and one search pipeline. Click the **Inspect** action for each to view more details for each. -## Example: Semantic Search with RAG +## Example: Semantic search with RAG The following example leverages a deployed [Titan Text Embedding](https://docs.aws.amazon.com/bedrock/latest/userguide/titan-embedding-models.html) model and [Bedrock-hosted Anthropic Claude](https://aws.amazon.com/bedrock/claude/) model to build out an [ingest pipeline]({{site.url}}{{site.baseurl}}/ingest-pipelines/), [index]({{site.url}}{{site.baseurl}}/getting-started/intro/#index), and [search pipeline]({{site.url}}{{site.baseurl}}/search-plugins/search-pipelines/index/) for performing vector search and retrieval-augmented generation (RAG).