Ask a question to get started
Enter to sendā¢Shift+Enter new line
SQLAlchemyCache( self, engine: Engine, cache_schema: Type[FullLLMCache] = FullLLMCache )
BaseCache
Look up based on prompt and llm_string.
Update based on prompt and llm_string.
Clear cache.
Cache that uses SQAlchemy as a backend.