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
Which creates error when running gptcache dependent libraries:
2023-09-20T05:39:32.596024342Z stderr F gptcache.utils.error.PipInstallError: Ran into error installing redis_om.
Current Behavior
In utils init.py
The library name is wrong for redis_om, instead it should be redis-om.
Refer: https://github.com/redis/redis-om-python
Which creates error when running gptcache dependent libraries:
2023-09-20T05:39:32.596024342Z stderr F gptcache.utils.error.PipInstallError: Ran into error installing redis_om.
Expected Behavior
Should install redis-om package
Steps To Reproduce
Environment
No response
Anything else?
If its okay, i made a quick PR.
The text was updated successfully, but these errors were encountered: