redis-vl-python icon indicating copy to clipboard operation
redis-vl-python copied to clipboard

How to hold / cache a SemanticCache instance?

Open wired87 opened this issue 1 year ago • 2 comments

Hi, is there a way to hold a pre defined redis cache instance somewhere? I currently define everytime a request comes in a new one what takes way too loong. So there must be the apprich to hold it somehow? Everything i can think about is pickling it and save it but that sounds not right. What are your approaches?

wired87 avatar Jun 11 '24 11:06 wired87