This is an automated email from the ASF dual-hosted git repository. JiriOndrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 6771f0c31c2a16f58cadc64826bed0e16ca7e309 Author: Jiri Ondrusek <[email protected]> AuthorDate: Thu Sep 10 11:06:33 2026 +0200 Regen --- .../modules/ROOT/examples/components/langchain4j-ingest.yml | 13 +++++++++++++ .../ROOT/pages/reference/extensions/langchain4j-ingest.adoc | 7 +++++++ 2 files changed, 20 insertions(+) diff --git a/docs/modules/ROOT/examples/components/langchain4j-ingest.yml b/docs/modules/ROOT/examples/components/langchain4j-ingest.yml new file mode 100644 index 0000000000..e4b6c728a7 --- /dev/null +++ b/docs/modules/ROOT/examples/components/langchain4j-ingest.yml @@ -0,0 +1,13 @@ +# Do not edit directly! +# This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page +cqArtifactId: camel-quarkus-langchain4j-ingest +cqArtifactIdBase: langchain4j-ingest +cqNativeSupported: true +cqStatus: Stable +cqDeprecated: false +cqJvmSince: 3.39.0 +cqNativeSince: 3.39.0 +cqCamelPartName: langchain4j-ingest +cqCamelPartTitle: LangChain4j Ingest +cqCamelPartDescription: Ingest documents into a LangChain4j EmbeddingStore: split, embed and store the message body. +cqExtensionPageTitle: LangChain4j Ingest diff --git a/docs/modules/ROOT/pages/reference/extensions/langchain4j-ingest.adoc b/docs/modules/ROOT/pages/reference/extensions/langchain4j-ingest.adoc index 2dfb343acd..fe565ecf50 100644 --- a/docs/modules/ROOT/pages/reference/extensions/langchain4j-ingest.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/langchain4j-ingest.adoc @@ -19,6 +19,13 @@ endif::[] Declarative AI document ingestion: point a knowledge base at a folder via configuration; splitting, embedding and storing are handled under the hood +[id="extensions-langchain4j-ingest-whats-inside"] +== What's inside + +* xref:{cq-camel-components}::langchain4j-ingest-component.adoc[LangChain4j Ingest component], URI syntax: `langchain4j-ingest:pipelineName` + +Please refer to the above link for usage and configuration details. + [id="extensions-langchain4j-ingest-maven-coordinates"] == Maven coordinates
