From d7705cc672040ad082410e9ce99fc9f72056261b Mon Sep 17 00:00:00 2001 From: jknapp Date: Thu, 17 Apr 2025 16:49:39 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a1bb4a7..5fd6ab8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - # Web to Knowledge Base for Open WebUI A Python utility script that crawls websites, converts pages to Markdown or preserves JSON data, and uploads them to an Open WebUI knowledge base. @@ -25,7 +24,7 @@ A Python utility script that crawls websites, converts pages to Markdown or pres Install the required packages: ```bash -pip install requests beautifulsoup4 markitdown +pip install requests beautifulsoup4 markitdown[all] ``` ### Getting the Script