anything-llm/docker
Timothy Carambat c4eb46ca19
Upload and process documents via UI + document processor in docker image (#65)
* implement dnd uploader
show file upload progress
write files to hotdirector
build simple flaskAPI to process files one off

* move document processor calls to util
build out dockerfile to run both procs at the same time
update UI to check for document processor before upload
* disable pragma update on boot
* dockerfile changes

* add filetype restrictions based on python app support response and show rejected files in the UI

* cleanup

* stub migrations on boot to prevent exit condition

* update CF template for AWS deploy
2023-06-16 16:01:27 -07:00
..
.env.example Docker support (#34) 2023-06-13 11:26:11 -07:00
docker-compose.yml Upload and process documents via UI + document processor in docker image (#65) 2023-06-16 16:01:27 -07:00
docker-entrypoint.sh Docker support (#34) 2023-06-13 11:26:11 -07:00
docker-healthcheck.sh Docker support (#34) 2023-06-13 11:26:11 -07:00
Dockerfile Upload and process documents via UI + document processor in docker image (#65) 2023-06-16 16:01:27 -07:00
dual_boot.sh Upload and process documents via UI + document processor in docker image (#65) 2023-06-16 16:01:27 -07:00
HOW_TO_USE_DOCKER.md fix: add platform config in docker compose (#60) 2023-06-16 01:23:32 -07:00