├── LICENSE ├── README.md └── scripts └── cleanup_pg ├── README.md └── cleanup_pg.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-webui/scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-webui/scripts/HEAD/README.md -------------------------------------------------------------------------------- /scripts/cleanup_pg/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-webui/scripts/HEAD/scripts/cleanup_pg/README.md -------------------------------------------------------------------------------- /scripts/cleanup_pg/cleanup_pg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-webui/scripts/HEAD/scripts/cleanup_pg/cleanup_pg.py --------------------------------------------------------------------------------