redis-vl-python
redis-vl-python copied to clipboard
How to hold / cache a SemanticCache instance?
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?