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
@xiaofan-luan I'll take a stab at this later this week or over this weekend if nobody else beats me to it
@fzliu I suggest using opendal as the access layer for storage. It provides a unified interface to access file systems, memory, S3, etc. Although it is written in Rust, it has bindings for various languages especially Python.
The latest version of GPTCache have implemented it, pr: #213. So i will close the issue. @jiaoew1991 But we didn't use the opendal as the access layer for storage. If we need to access more object storage in the future, we will consider using it.
Is your feature request related to a problem? Please describe.
For models working on image generation, we can store the result image in cache storage rather than just text.
TODO: support minio cache storage backend and local disk storage backend
Describe the solution you'd like.
No response
Describe an alternate solution.
No response
Anything else? (Additional Context)
No response
The text was updated successfully, but these errors were encountered: