Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions distribution/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN pip install \
fastapi \
fire \
httpx \
ibm_watsonx_ai \
matplotlib \
mcp>=1.8.1 \
nltk \
Expand Down
1 change: 1 addition & 0 deletions distribution/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ distribution_spec:
- provider_type: remote::vllm
- provider_type: remote::bedrock
- provider_type: inline::sentence-transformers
- provider_type: remote::watsonx
vector_io:
- provider_type: inline::milvus
- provider_type: remote::milvus
Expand Down
6 changes: 6 additions & 0 deletions distribution/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ providers:
- provider_id: sentence-transformers
provider_type: inline::sentence-transformers
config: {}
- provider_id: watsonx
provider_type: remote::watsonx
config:
url: ${env.WATSONX_BASE_URL:=https://us-south.ml.cloud.ibm.com}
api_key: ${env.WATSONX_API_KEY:=}
project_id: ${env.WATSONX_PROJECT_ID:=}
vector_io:
- provider_id: milvus
provider_type: inline::milvus
Expand Down