From 462957f23abc05cd9c2a2e253f50e49dedffb673 Mon Sep 17 00:00:00 2001 From: Ben Constable Date: Wed, 12 Jun 2024 15:51:54 +0100 Subject: [PATCH] Update bad spelling --- ...ving-retrieval-augmented-generation-with-semantic-ranking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/improving-retrieval-augmented-generation-with-semantic-ranking.md b/content/posts/improving-retrieval-augmented-generation-with-semantic-ranking.md index 41272b5..b887f43 100644 --- a/content/posts/improving-retrieval-augmented-generation-with-semantic-ranking.md +++ b/content/posts/improving-retrieval-augmented-generation-with-semantic-ranking.md @@ -115,7 +115,7 @@ async def run_ai_search_on_text( Semantic Kernel uses *kernel_function* to provide information to the LLM on what actions the function is capable of completing. This is used in the planning stage to determine whether to invoke the function or not. -### 6. Integrating With Exiting Planner +### 6. Integrating With An Existing Planner The developed plugin can be integrated with the existing Planner and the full prompt updated with the AI Search information.