Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create AWS bedrock extensions #5987

Merged
merged 2 commits into from
Apr 10, 2024
Merged

Create AWS bedrock extensions #5987

merged 2 commits into from
Apr 10, 2024

Conversation

oscerd
Copy link
Contributor

@oscerd oscerd commented Apr 10, 2024

[x] An issue should be filed for the change unless this is a trivial change (fixing a typo or similar). One issue should ideally be fixed by not more than one commit and the other way round, each commit should fix just one issue, without pulling in other changes.
[x] Each commit in the pull request should have a meaningful and properly spelled subject line and body. Copying the title of the associated issue is typically enough. Please include the issue number in the commit message prefixed by #.
[x] The pull request description should explain what the pull request does, how, and why. If the info is available in the associated issue or some other external document, a link is enough.
[x] Phrases like Fix # or Fixes # will auto-close the named issue upon merging the pull request. Using them is typically a good idea.
[x] Please run mvn process-resources -Pformat (and amend the changes if necessary) before sending the pull request.
[x] Contributor guide is your good friend: https://camel.apache.org/camel-quarkus/latest/contributor-guide.html

Fixes #5924

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
@@ -2424,6 +2437,19 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is embeddings really part of this pr ? Maybe a leftover

…component/aws2/CamelRoute.java

Co-authored-by: Alexandre Gallice <aldettinger@gmail.com>
@oscerd oscerd merged commit ee206ec into main Apr 10, 2024
24 checks passed
@oscerd oscerd deleted the 5924 branch April 10, 2024 12:22
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.

Camel 4.5: Create AWS bedrock extensions
2 participants