You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/examples
Benjamin 85c1bd2cd0
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 ?
1 year ago
..
agents beta: logger (#307) 2 years ago
chains Harrison/map reduce merge (#344) 1 year ago
integrations Harrison/new version (#362) 1 year ago
memory move search to not be a chain (#226) 2 years ago
prompts add sqlalchemy generic cache (#361) 1 year ago
agents.rst Harrison/improve chain docs (#251) 2 years ago
chains.rst Harrison/base combine doc chain (#264) 2 years ago
integrations.rst Harrison/redo docs (#130) 2 years ago
memory.rst Harrison/update docs mem (#201) 2 years ago
model_laboratory.ipynb move search to not be a chain (#226) 2 years ago
prompts.rst Harrison/llm final stuff (#332) 2 years ago
state_of_the_union.txt Harrison/redo docs (#130) 2 years ago