quarkiverse / quarkus-langchain4j

Quarkus Langchain4j extension
https://docs.quarkiverse.io/quarkus-langchain4j/dev/index.html
Apache License 2.0
133 stars 79 forks source link

Segregate memory of concurrent requests to different AI services #594

Closed geoand closed 4 months ago

geoand commented 4 months ago

This is done by adding the name of the interface and method to the name given by the provider

geoand commented 4 months ago

This fix was tested and verified by @lordofthejars who brought the initial problem to my attention