From 167c60dd6a533c42996f6a2fd80e725cdf017fc7 Mon Sep 17 00:00:00 2001 From: Andreas Rozek Date: Sun, 11 Aug 2024 23:57:32 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16e8582..32dc2ab 100644 --- a/README.md +++ b/README.md @@ -825,7 +825,7 @@ Here are a few examples which you can upload into the Blockly workspace to get f ![WebDocRetrieval-UI](./Examples/WebDocRetrieval-UI.png) -> t.b.w. +> here is the output ### Wikipedia Search ### @@ -841,7 +841,7 @@ Here are a few examples which you can upload into the Blockly workspace to get f ![WikipediaArticleRetrieval](./Examples/WikipediaArticleRetrieval.png) -> t.b.w. +> fter finding a relevant Wikipedia article, that document has to be loaded and prepared for the AI to be processed. This example demonstrates how this can be achieved (loading Wikipedia articles is a bit more complicated than loading a plain text or HTML file because the actual content is surrounded by a lot of "boilerplate" such as Wikipedia-related links) ![WikipediaArticleRetrieval-UI](./Examples/WikipediaArticleRetrieval-UI.png)