Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Pilar <[email protected]>
  • Loading branch information
pilartomas committed Nov 13, 2024
1 parent f8851de commit 0a5f7fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ services:
ports:
- "4000:4000"
profiles: [all]

bee-api-workers-python:
user: root
depends_on:
Expand All @@ -87,13 +87,13 @@ services:
context: ../bee-api
dockerfile: ./workers/python/Dockerfile
container_name: bee-api-worker-python
env_file:
- .env
environment:
LOG_LEVEL: info

REDIS_URL: redis://redis:6379/0

EXTRACTION_BACKEND: ${EXTRACTION_BACKEND:-unstructured-opensource}

S3_ENDPOINT: http://minio:9000
S3_ACCESS_KEY_ID: minioadmin
S3_SECRET_ACCESS_KEY: minioadmin
Expand Down
7 changes: 6 additions & 1 deletion example.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Choose backend: watsonx/ollama/bam/openai
# Choose llm backend: watsonx/ollama/bam/openai
LLM_BACKEND=watsonx

# Choose embedding backend: watsonx/ollama/bam/openai
EMBEDDING_BACKEND=watsonx

# Choose extraction backend: unstructured-opensource
EXTRACTION_BACKEND=unstructured-opensource

# Watsonx
WATSONX_PROJECT_ID=...
WATSONX_API_KEY=...
Expand Down

0 comments on commit 0a5f7fd

Please sign in to comment.