feat(web): Use crawlee/playwright to retrieve web content in quality mode. It retrieves content more reliably than fetch + JSDoc, at the expense of speed.

This commit is contained in:
Willie Zutz 2025-05-24 14:37:19 -06:00
parent 044f30a547
commit 87a7ffb445
10 changed files with 4580 additions and 549 deletions

View file

@ -14,6 +14,8 @@ services:
build:
context: .
dockerfile: app.dockerfile
platforms:
- linux/amd64
environment:
- SEARXNG_API_URL=http://searxng:8080
ports: