How to deploy Danswer on your local machine
api_server
may take some time (we download embedding models from HuggingFace to power the search). If you see
This site can’t be reached
in your browser despite all containers being up and running,
check the api_server
logs and make sure you see Application startup complete
.Killed
in the logs, you may need to increase the amount of memory given to Docker.
For recommendations, check the system requirements here.-v
at the end to additionally delete the volumes (containing users and indexed
documents)