mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-15 03:57:19 +00:00
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 ? |
||
---|---|---|
.. | ||
agents | ||
chains | ||
integrations | ||
memory | ||
prompts | ||
agents.rst | ||
chains.rst | ||
integrations.rst | ||
memory.rst | ||
model_laboratory.ipynb | ||
prompts.rst | ||
state_of_the_union.txt |