langchain
85c1bd2c - add sqlalchemy generic cache (#361)

Commit
3 years ago
add sqlalchemy generic cache (#361) Created a generic SQLAlchemyCache class to plug any database supported by SQAlchemy. (I am using Postgres). I also based the class SQLiteCache class on this class SQLAlchemyCache. As a side note, I'm questioning the need for two distinct class LLMCache, FullLLMCache. Shouldn't we merge both ?
Author
Parents
Loading