This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch bedrock-docs in repository https://gitbox.apache.org/repos/asf/camel.git
discard 4e1a3f36fe9 Remove not needed import discard 63d2a054265 Camel-AWS-Bedrock: Add documentation for Anthropic Claude Sonnet 3 discard 6b706f2e625 Camel-AWS-Bedrock: Add documentation for Anthropic Claude 2.1 discard ff5fa2531e0 Camel-AWS-Bedrock: Add documentation for Anthropic Claude 2 discard 40f3135c63d Camel-AWS-Bedrock: Add documentation for Anthropic Claude 1.2 discard c84a069f332 Camel-AWS-Bedrock: Add documentation for Jurassic2-Mid model discard 8b41c19a0be Camel-AWS-Bedrock: Add documentation for Jurassic2-Ultra model discard 0109f51afb3 Camel-AWS-Bedrock: Add documentation for Embeddings Titan G1 add baecbcd86a6 CAMEL-20522: Fix tests to ensure they stop camel add 5ffd496ea90 Regen (#13483) add 83f1f926fbe Camel-AWS-Bedrock: Add documentation for Embeddings Titan G1 add d2ddf7d458d Camel-AWS-Bedrock: Add documentation for Jurassic2-Ultra model add 00b2595f32f Camel-AWS-Bedrock: Add documentation for Jurassic2-Mid model add fd655e737e8 Camel-AWS-Bedrock: Add documentation for Anthropic Claude 1.2 add cb22b374d78 Camel-AWS-Bedrock: Add documentation for Anthropic Claude 2 add 59ca672a3d4 Camel-AWS-Bedrock: Add documentation for Anthropic Claude 2.1 add 274799f5409 Camel-AWS-Bedrock: Add documentation for Anthropic Claude Sonnet 3 add a2f3a1a8150 Remove not needed import This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (4e1a3f36fe9) \ N -- N -- N refs/heads/bedrock-docs (a2f3a1a8150) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .../micrometer/DistributionSummaryRouteTest.java | 2 +- .../messagehistory/ManagedMessageHistoryTest.java | 6 +- .../AbstractMicrometerRoutePolicyTest.java | 18 +-- .../component/ComponentsBuilderFactory.java | 26 +++++ ...a => LangchainChatComponentBuilderFactory.java} | 119 +++++++++++--------- ...angchainEmbeddingsComponentBuilderFactory.java} | 123 +++++++++++---------- .../src/generated/resources/metadata.json | 46 ++++++++ .../builder/endpoint/StaticEndpointBuilders.java | 4 +- .../LangchainEmbeddingsEndpointBuilderFactory.java | 8 +- 9 files changed, 213 insertions(+), 139 deletions(-) copy dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/{IgniteComputeComponentBuilderFactory.java => LangchainChatComponentBuilderFactory.java} (54%) copy dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/{HazelcastRingbufferComponentBuilderFactory.java => LangchainEmbeddingsComponentBuilderFactory.java} (57%)