From b8e30ad5aefda3bae32390f6ca40c3e967ddc265 Mon Sep 17 00:00:00 2001 From: Liqun Li Date: Tue, 6 Feb 2024 17:30:09 +0800 Subject: [PATCH] Update plugin README.md (#197) Add video demo for web_search --- project/plugins/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/project/plugins/README.md b/project/plugins/README.md index e693a741..ed08430e 100644 --- a/project/plugins/README.md +++ b/project/plugins/README.md @@ -70,6 +70,12 @@ Then, you can get the API key from the registered resource. Refer to this [link] - To use Google Search, you need to register a custom search engine on Google: https://cse.google.com/all. Then, you can get the API key from the registered search engine from the [Credentials page](https://console.cloud.google.com/apis/credentials). +A video demo using web search to find out information and then complete the task based on the retrieved information: + +[Plugin Demo](https://github.com/microsoft/TaskWeaver/assets/7489260/d078a05b-a19b-498c-b712-6f8c4855cefa) + + + ## document_retriever This plugin by default is **not** enabled. If you want to use this plugin, you need to enable it in the `document_retriever.yaml` file.