Quarkus LangChain4j lets you define several named embedding stores through configuration. Camel routes cannot refer to those stores today, so ingesting into more than one of them means registering each store by hand in user code.
Register them automatically instead, so a route can simply point at a store by its name.
Related: #8966
Quarkus LangChain4j lets you define several named embedding stores through configuration. Camel routes cannot refer to those stores today, so ingesting into more than one of them means registering each store by hand in user code.
Register them automatically instead, so a route can simply point at a store by its name.
Related: #8966