gnodet commented on code in PR #25273:
URL: https://github.com/apache/camel/pull/25273#discussion_r3690293141
##########
components/camel-ai/camel-langchain4j-embeddings/src/main/java/org/apache/camel/component/langchain4j/embeddings/LangChain4jEmbeddingsHeaders.java:
##########
@@ -35,6 +35,10 @@ public class LangChain4jEmbeddingsHeaders {
@Metadata(description = "Embedding representation of a text", javaType =
"dev.langchain4j.data.embedding.Embedding")
public static final String EMBEDDING =
CamelLangchain4jAttributes.CAMEL_LANGCHAIN4J_EMBEDDING;
+ @Metadata(description = "List of embeddings from a batch embedAll
operation",
Review Comment:
_Claude Code on behalf of gnodet_
Fixed in f267c76. Added `CAMEL_LANGCHAIN4J_EMBEDDINGS` constant to
`CamelLangchain4jAttributes` in `core/camel-api` with a `@since 4.22` Javadoc
tag. `LangChain4jEmbeddingsHeaders.EMBEDDINGS` now references this shared
constant, consistent with the existing `EMBEDDING`, `VECTOR`, and
`TEXT_SEGMENT` pattern.
--
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]