Web parser refactoring #1587
Labels
back
This issue is related to the Svelte backend or the DB
enhancement
New feature or request
websearch
Describe your feature request
The goal is to move HuggingChat web parsing to a Space that has auto-scaling for increased security.
We should make the parser configurable with a
PARSER_CONFIG
env var, with at least three options for now:SIMPLE
(just html fetch)PLAYWRIGHT
(current parser)EXTERNAL
(see below)The external parser should be an external webserver we could host on Spaces for HuggingChat. This would bring multiple benefits:
We should also add a build arg to the docker image
INSTALL_PLAYWRIGHT
since the simple & external parsers do not need to bundle playwright in the final image.The text was updated successfully, but these errors were encountered: