Skip to content

Commit ba6286e

Browse files
committed
remove
1 parent 4daa1b6 commit ba6286e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ ms.date: 10/21/2024
1919

2020
The [LangChain](https://python.langchain.com) Python library is a framework for developing applications powered by LLMs, agents, and dependency tools. You can use LangChain in Azure Machine Learning prompt flows. This article shows you how to supercharge your LangChain development with prompt flow.
2121

22-
:::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":::
23-
2422
The integration of LangChain with prompt flow is a powerful combination that can help you build and test your custom language models with ease. You can use LangChain modules to initially build the flow, and then use the prompt flow process to scale experiments for bulk testing, evaluation, and eventual deployment. For example, you can conduct larger scale experiments based on larger datasets.
2523

2624
If you already have a local prompt flow based on LangChain code, you can use streamlined prompt flow integration to easily convert it into a flow for further experimentation. Or, if you're already familiar with the LangChain Python SDK and prefer to use its classes and functions directly, you can easily build flows by using Python nodes that contain your custom code.

0 commit comments

Comments
 (0)