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/prompts
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 ?
2 years ago
..
custom_example_selector.ipynb add custom prompt notebooks (#198) 2 years ago
custom_llm.ipynb Harrison/cache (#343) 2 years ago
custom_prompt_template.ipynb add custom prompt notebooks (#198) 2 years ago
example_prompt.json add few shot example (#148) 2 years ago
examples.json add few shot example (#148) 2 years ago
few_shot_examples.ipynb Harrison/llm final stuff (#332) 2 years ago
few_shot_prompt.json add few shot example (#148) 2 years ago
few_shot_prompt.yaml add few shot example (#148) 2 years ago
few_shot_prompt_example_prompt.json add few shot example (#148) 2 years ago
few_shot_prompt_examples_in.json add few shot example (#148) 2 years ago
generate_examples.ipynb Harrison/update docs (#162) 2 years ago
llm.json Harrison/llm final stuff (#332) 2 years ago
llm.yaml Harrison/llm final stuff (#332) 2 years ago
llm_functionality.ipynb add sqlalchemy generic cache (#361) 2 years ago
llm_serialization.ipynb Harrison/llm final stuff (#332) 2 years ago
prompt_management.ipynb add custom prompt notebooks (#198) 2 years ago
prompt_serialization.ipynb bump version to 0017 (#161) 2 years ago
simple_prompt.json add few shot example (#148) 2 years ago
simple_prompt.yaml add few shot example (#148) 2 years ago
simple_prompt_with_template_file.json add few shot example (#148) 2 years ago
simple_template.txt add few shot example (#148) 2 years ago