quarkus-langchain4j
quarkus-langchain4j copied to clipboard
Introduce a configurable way of providing a default memory object
Currently when no @MemoryId object is used we use default, unless a request scope is active (see https://github.com/quarkiverse/quarkus-langchain4j/pull/339).
The idea here is to make this configurable, so for example with WebSockets the connection ID could be the default memory object