oscerd opened a new pull request, #26002:
URL: https://github.com/apache/camel/pull/26002

   ## Issue
   [CAMEL-24543](https://issues.apache.org/jira/browse/CAMEL-24543)
   
   ## Problem
   `LangChain4jEmbeddingStoreEndpoint`'s `@UriEndpoint` declared:
   
   ```java
   syntax = "langchain4j-embeddings:embeddingStoreId",
   ```
   
   using the wrong scheme (`langchain4j-embeddings`) instead of this 
component's own scheme,
   `langchain4j-embeddingstore`.
   
   ## Fix
   Correct the `syntax` to `langchain4j-embeddingstore:embeddingStoreId`.
   
   The generated catalog `syntax` is derived from the component scheme and was 
already correct
   (`langchain4j-embeddingstore:embeddingStoreId`), so building the module 
produces **no** change to the
   generated metadata — this only fixes the misleading source annotation. There 
is no runtime or catalog
   change, hence no test is applicable.
   
   _Claude Code on behalf of oscerd_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to