JiriOndrusek opened a new pull request, #8970: URL: https://github.com/apache/camel-quarkus/pull/8970
## Summary - Auto-produce `RetrievalAugmentor` CDI beans that bridge Camel ingestion routes with Quarkus LangChain4j `@RegisterAiService` RAG - Supports explicit named augmentors via config (`quarkus.camel.langchain4j.rag.augmentors.<name>`) and zero-config auto-detection when EmbeddingStore + EmbeddingModel beans are present - Yields gracefully when a user-provided or Easy-RAG `RetrievalAugmentor` already exists - Uses CAMEL-24366 (`embeddingModel` auto-embed on `langchain4j-embeddingstore` component) to simplify ingestion routes to a single endpoint call ## Test plan - [x] Auto-detection path: no config, default augmentor backed by `@Default` store (`RagBridgeTest` + `RagBridgeIT` for native) - [x] Explicit single augmentor config with store isolation (`SingleAugmentorTest`) - [x] Multiple augmentors — no default bean produced (`MultiAugmentorTest`) - [x] Existing augmentor bailout — bridge yields (`ExistingAugmentorTest`) Requires [CAMEL-24366](https://issues.apache.org/jira/browse/CAMEL-24366) (merged in Camel 4.22.0). 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
