mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-15 07:36:08 +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 ? |
||
---|---|---|
.. | ||
custom_example_selector.ipynb | ||
custom_llm.ipynb | ||
custom_prompt_template.ipynb | ||
example_prompt.json | ||
examples.json | ||
few_shot_examples.ipynb | ||
few_shot_prompt_example_prompt.json | ||
few_shot_prompt_examples_in.json | ||
few_shot_prompt.json | ||
few_shot_prompt.yaml | ||
generate_examples.ipynb | ||
llm_functionality.ipynb | ||
llm_serialization.ipynb | ||
llm.json | ||
llm.yaml | ||
prompt_management.ipynb | ||
prompt_serialization.ipynb | ||
simple_prompt_with_template_file.json | ||
simple_prompt.json | ||
simple_prompt.yaml | ||
simple_template.txt |