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
Is your feature request related to a problem? Please describe.
Current semantic caching uses an in-memory struct for storage. More persistent vectorDB should be supported.
Describe the solution you'd like
A pluggable interface so that vectorDB from different providers can be added easily.