quarkus-langchain4j icon indicating copy to clipboard operation
quarkus-langchain4j copied to clipboard

Introduce a configurable way of providing a default memory object

Open geoand opened this issue 1 year ago • 0 comments

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

geoand avatar Mar 14 '24 15:03 geoand