Update README.md

This commit is contained in:
jknapp 2025-04-17 16:49:39 +00:00
parent 3d5acde487
commit d7705cc672

View File

@ -1,4 +1,3 @@
# Web to Knowledge Base for Open WebUI # 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. 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: Install the required packages:
```bash ```bash
pip install requests beautifulsoup4 markitdown pip install requests beautifulsoup4 markitdown[all]
``` ```
### Getting the Script ### Getting the Script