I have an application, which uses documents on a local file system as a source of data for RAG. To avoid including these files into the distributive (see here: https://github.com/quarkiverse/quarkus-langchain4j/issues/1757#issuecomment-3278954202), I need to overload quarkus.langchain4j.easy-rag.path to a proper value when running the app. If I do it, the app still uses the property from the application.properties.
https://github.com/quarkiverse/quarkus-langchain4j/issues/1773