Skip to content

Commit

Permalink
Adds more guides
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Jul 18, 2023
1 parent e931f64 commit 5ac0236
Show file tree
Hide file tree
Showing 8 changed files with 261 additions and 272 deletions.
Binary file added docs/docs_skeleton/static/img/qa_data_load.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs_skeleton/static/img/qa_flow.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs_skeleton/static/img/qa_intro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs_skeleton/static/img/summary_chains.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
label: 'How-to'
position: 0
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Use with LLMChains

For convenience, you can add an output parser to an LLMChain. This will automatically call `.parse()` on the output.

Don't forget to put the formatting instructions in the prompt!

import CodeBlock from "@theme/CodeBlock";
import UseWithLLMChainExample from "@examples/prompts/use_with_llm_chain.ts";

<CodeBlock language="typescript">{UseWithLLMChainExample}</CodeBlock>
Loading

0 comments on commit 5ac0236

Please sign in to comment.