diff --git a/backend/docker/docker-compose-full.yml b/backend/docker/docker-compose-full.yml index 2b16f9b5..d42e9ed0 100644 --- a/backend/docker/docker-compose-full.yml +++ b/backend/docker/docker-compose-full.yml @@ -21,7 +21,7 @@ services: LANGCHAIN_ENDPOINT: "https://www.langchain.com/langsmith" LANGCHAIN_API_KEY: "your_langsmith_api_key_here" LANGCHAIN_PROJECT: "your_langsmith_project_name_here" - FILE_UPLOAD: true + FILE_UPLOAD: false BUCKET_TYPE: "S3 or MINIO" BUCKET_NAME: "your_s3_bucket_name_here" MINIO_ENDPOINT: "your_minio_endpoint_here"