Croway commented on code in PR #172: URL: https://github.com/apache/camel-spring-boot-examples/pull/172#discussion_r2871755909
########## qdrant/readme.adoc: ########## @@ -0,0 +1,68 @@ +== Camel Example Spring Boot RAG with Qdrant + +This example shows a full end-to-end RAG (Retrieval-Augmented Generation) pipeline +using the Camel OpenAI component for embeddings and chat, with Qdrant as vector store. + +=== Prerequisites + +1. A running Qdrant instance: + +---- +docker run -p 6333:6333 -p 6334:6334 \ Review Comment: can `camel infra run quadrant` be used instead? -- 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]
