From 8e7fd246858f0c0b44af8a07ccb71dbc11ce82d7 Mon Sep 17 00:00:00 2001 From: Artur Laksberg <1875734+arturl@users.noreply.github.com> Date: Mon, 6 Jan 2025 09:12:46 -0800 Subject: [PATCH] Update content/blog/codegen-learnings/index.md Co-authored-by: Adam Gordon Bell --- content/blog/codegen-learnings/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/codegen-learnings/index.md b/content/blog/codegen-learnings/index.md index 4141be504f05..27daa7e070e5 100644 --- a/content/blog/codegen-learnings/index.md +++ b/content/blog/codegen-learnings/index.md @@ -43,7 +43,7 @@ There is lot of fascinating details here, so let's dig in! ## The anatomy of Pulumi Copilot RAG -Before going into the details, let’s consider a simple yet essential insight: for a RAG to be useful, it must meet two key requirements: +Before going into the details, let’s consider a simple yet essential insight: for a RAG corpus to be useful, it must meet two key requirements: 1. It must _contain_ the necessary information. 2. The information must be easily _searchable_.