JiriOndrusek opened a new pull request, #580: URL: https://github.com/apache/camel-quarkus-examples/pull/580
DO NOT MERGE ! A RAG document Q&A example for the camel-quarkus-langchain4j-ingest extension, following the Camel OpenAI patterns "document-qa" flow: - a `documents/` folder is ingested into pgvector by the extension, declared in `application.properties` only (Dev Services start pgvector) - embeddings come from the in-process all-MiniLM-L6-v2 model, the chat model from Ollama - a `@RegisterAiService` assistant answers grounded in the retrieved segments through the `RetrievalAugmentor` the embeddingstore extension produces, so there is no RAG wiring in the example - `/search`, `/chat/preview` and `/chat` show each step; JVM and native tests use a WireMock stand-in for Ollama Depends on apache/camel-quarkus#9229 (fixes apache/camel-quarkus#9225): CI turns green once that fix is merged and a 3.40.0-SNAPSHOT containing it is published. _Claude Code on behalf of Jiří Ondrušek_ 🤖 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]
