documentation (#191)

This commit is contained in:
Harrison Chase
2022-11-25 09:41:27 -08:00
committed by GitHub
parent b913df3774
commit b0feb3608b
4 changed files with 53 additions and 18 deletions

View File

@@ -91,6 +91,7 @@ The documentation is structured into the following sections:
getting_started/llm_chain.md
getting_started/sequential_chains.md
getting_started/agents.ipynb
getting_started/memory.ipynb
Goes over a simple walk through and tutorial for getting started setting up a simple chain that generates a company name based on what the company makes.
Covers installation, environment set up, calling LLMs, and using prompts.