Skip to content

Commit 484673a

Browse files
Merge pull request #268326 from Albertyang0/Broken-links-fix-chenlujiao
Fix broken links - chenlujiao
2 parents 95baa12 + ca23e77 commit 484673a

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

articles/machine-learning/prompt-flow/how-to-integrate-with-langchain.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,17 @@ Prompt Flow can also be used together with the [LangChain](https://python.langch
2121
:::image type="content" source="./media/how-to-integrate-with-langchain/flow.png" alt-text="Screenshot of flows with the LangChain python library. " lightbox = "./media/how-to-integrate-with-langchain/flow.png":::
2222

2323
We introduce the following sections:
24-
* [Benefits of LangChain integration](#benefits-of-langchain-integration)
25-
* [How to convert LangChain code into flow](#how-to-convert-langchain-code-into-flow)
26-
* [Prerequisites for environment and runtime](#prerequisites-for-environment-and-runtime)
27-
* [Convert credentials to prompt flow connection](#convert-credentials-to-prompt-flow-connection)
28-
* [LangChain code conversion to a runnable flow](#langchain-code-conversion-to-a-runnable-flow)
24+
- [Integrate with LangChain](#integrate-with-langchain)
25+
- [Benefits of LangChain integration](#benefits-of-langchain-integration)
26+
- [How to convert LangChain code into flow](#how-to-convert-langchain-code-into-flow)
27+
- [Prerequisites for environment and runtime](#prerequisites-for-environment-and-runtime)
28+
- [Create a customized environment](#create-a-customized-environment)
29+
- [Convert credentials to prompt flow connection](#convert-credentials-to-prompt-flow-connection)
30+
- [Create a connection](#create-a-connection)
31+
- [LangChain code conversion to a runnable flow](#langchain-code-conversion-to-a-runnable-flow)
32+
- [Convert LangChain code to flow structure](#convert-langchain-code-to-flow-structure)
33+
- [Configure connection, input and output](#configure-connection-input-and-output)
34+
- [Next steps](#next-steps)
2935

3036
## Benefits of LangChain integration
3137

0 commit comments

Comments
 (0)