You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For our work on GraphRag internally, we normally use the model-name as part of our cache key in our Python-based codebases since different models will yield dramatically different results.
It appears that there's already a mechanism where the DistributedCachingChatClient and DistributedCachingEmbeddingGenerator can be configured by users: via the configure argument within UseDistributedCache. So this can just be a property on the client classes that's visible to developers.