smongiar commented on PR #21705:
URL: https://github.com/apache/camel/pull/21705#issuecomment-4006361638

   > I do not understand the link between the commit message and all the 
modifications.
   > 
   > the different modifications that would worth different commits/PR) that I 
understood are:
   > 
   > * In the component, a parameter has been added for max results
   
   Sure not mentioned in commit message, but useful to limit results during a 
vectorial search. I implemented an example that make use of it
   
   > * some changes in jbang to look to src/main/resources for 
application.properties
   
   Exactly. It was not mentioned in commit message, but it's in the PR 
description. Basically I tried to export a Qdrant example app with SB and 
Quarkus. Something like:
   
   ```camel export --runtime=quarkus 
--gav=org.apache.camel.example:qdrant-rag-quarkus:1.0.0 
--directory=./export-quarkus src/main/resources/camel/qdrant-rag.camel.yaml```
   
   I faced some issues, so I need to enforce application.properties check to 
avoid maven fallback
   
   > * specific Qdrant Processors
   
   That's mentioned in commit message
   


-- 
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]

Reply via email to