This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/slf4j-version-2.0.17 in repository https://gitbox.apache.org/repos/asf/camel.git
discard 60a0280b677 chore(deps): Bump slf4j-version from 2.0.16 to 2.0.17 add f67a9950e5e chore(deps): Bump com.pubnub:pubnub-gson from 10.4.1 to 10.4.2 (#17277) add a01fe5728ab chore(deps): Bump logback-version from 1.5.16 to 1.5.17 (#17278) add e90bb075f23 chore(deps): Bump org.codehaus.mojo:flatten-maven-plugin (#17280) add 7ae963e3353 CAMEL-21588 Add indexName, collectionSimilarityMetric, dimension, cloud, and region to the configuration (#17270) add 71f66662643 chore(deps): Bump slf4j-version from 2.0.16 to 2.0.17 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 (60a0280b677) \ N -- N -- N refs/heads/dependabot/maven/slf4j-version-2.0.17 (71f66662643) 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: .../apache/camel/catalog/components/pinecone.json | 22 ++++-- .../PineconeVectorDbComponentConfigurer.java | 27 +++++++ .../PineconeVectorDbConfigurationConfigurer.java | 27 +++++++ .../PineconeVectorDbEndpointConfigurer.java | 27 +++++++ .../PineconeVectorDbEndpointUriFactory.java | 7 +- .../apache/camel/component/pinecone/pinecone.json | 22 ++++-- .../pinecone/PineconeVectorDbConfiguration.java | 70 +++++++++++++++++ .../pinecone/PineconeVectorDbProducer.java | 91 ++++++++++++++++++---- .../PineconeComponentConfigurationTest.java | 65 ++++++++++++++++ .../component/pinecone/it/PineconeComponentIT.java | 6 +- .../src/test/resources/pinecone_index.properties | 6 +- .../dsl/PineconeComponentBuilderFactory.java | 81 +++++++++++++++++++ .../PineconeVectorDbEndpointBuilderFactory.java | 86 ++++++++++++++++++++ parent/pom.xml | 4 +- pom.xml | 2 +- 15 files changed, 507 insertions(+), 36 deletions(-) create mode 100644 components/camel-ai/camel-pinecone/src/test/java/org/apache/camel/component/pinecone/PineconeComponentConfigurationTest.java copy catalog/camel-catalog/src/main/resources/org/apache/camel/catalog/capabilities.properties => components/camel-ai/camel-pinecone/src/test/resources/pinecone_index.properties (88%)