chat-with-your-data-solution-accelerator icon indicating copy to clipboard operation
chat-with-your-data-solution-accelerator copied to clipboard

fix: Cache the Config

Open ross-p-smith opened this issue 9 months ago • 3 comments

Purpose

Fixes #647

We use the higher-order functions to decorate the get_active_config_or_default method with a cache. We also invalidate the cache when we save the config.

However, because there are 2 applications, we display some text to tell the user that they will need to restart the Chat App to invalidate the cache

ross-p-smith avatar May 16 '24 22:05 ross-p-smith