Skip to content

Comments

Add Bedrock Model Support#71

Merged
alexheifetz merged 1 commit intomainfrom
bedrock-models
Oct 8, 2025
Merged

Add Bedrock Model Support#71
alexheifetz merged 1 commit intomainfrom
bedrock-models

Conversation

@alexheifetz
Copy link
Contributor

This pull request updates the Maven configuration in examples-java/pom.xml to improve support for model selection via environment variables. The most significant changes are the addition of a new profile for Bedrock models and the renaming of an environment variable for Docker models.

Model profile enhancements:

  • Added a new Maven profile bedrock-models that activates when env.ENABLE_BEDROCK is set, including the embabel-agent-starter-bedrock dependency.
  • Renamed the activation property for the docker-models profile from env.DOCKER_MODELS_AVAILABLE to env.ENABLE_DOCKER_MODELS for consistency and clarity.

General dependency section cleanup:

  • Minor formatting adjustment in the dependencies section to remove an unnecessary blank line.

@alexheifetz alexheifetz merged commit d53e6bb into main Oct 8, 2025
2 checks passed
@alexheifetz alexheifetz deleted the bedrock-models branch October 8, 2025 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant