Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 31s
1.2 KiB
1.2 KiB
anything-llm
L'application d'IA tout-en-un pour Desktop et Docker avec RAG intégré, agents d'IA, No-code agent builder, et plus encore.
A propos de
Prérequis
Vous avez besoin d'une installation docker fonctionnelle et de docker-compose sur votre machine.
Démarrage
git clone https://gitea.tips-of-mine.com/Tips-Of-Mine/anything-llm.git
cd anything-llm
Personnalisation
Le fichier .env pour les variable d'environnement
nano .env
Modification des labels pour traefik
nano docker-compose.yml
export STORAGE_LOCATION=$HOME/anythingllm && \
mkdir -p $STORAGE_LOCATION && \
touch "$STORAGE_LOCATION/.env" && \
docker run -d -p 3001:3001 \
--cap-add SYS_ADMIN \
-v ${STORAGE_LOCATION}:/app/server/storage \
-v ${STORAGE_LOCATION}/.env:/app/server/.env \
-e STORAGE_DIR="/app/server/storage" \
mintplexlabs/anythingllm
Lancement
docker compose up -d
docker compose logs -f