From 96a56fe21d91837a9af04da2d6c5e199ff34135b Mon Sep 17 00:00:00 2001 From: "A. Best" Date: Fri, 29 Dec 2023 20:52:35 +0000 Subject: [PATCH] chore: updates the name of the Workspace/workflow for the OpenSearchServeless sample --- lib/rag-engines/opensearch-vector/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rag-engines/opensearch-vector/index.ts b/lib/rag-engines/opensearch-vector/index.ts index d211229a4..df153e130 100644 --- a/lib/rag-engines/opensearch-vector/index.ts +++ b/lib/rag-engines/opensearch-vector/index.ts @@ -110,7 +110,7 @@ export class OpenSearchVector extends Construct { const createWorkflow = new CreateOpenSearchWorkspace( this, - "CreateAuroraWorkspace", + "CreateOpenSearchWorkspace", { config: props.config, shared: props.shared,