Skip to content

Commit c190f78

Browse files
committed
update
1 parent c41ab4a commit c190f78

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,8 @@ Assume that you already have your own LangChain code available locally, which is
4242

4343
### Prerequisites for environment and runtime
4444

45-
> [!NOTE]
46-
> Our base image has langchain v0.0.149 installed. To use another specific version, you need to create a customized environment.
47-
48-
#### Create a customized environment
49-
50-
For more libraries import, you need to customize environment based on our base image, which should contain all the dependency packages you need for your LangChain code. You can follow this guidance to use **docker context** to build your image, and [create the custom environment](how-to-customize-environment-runtime.md#customize-environment-with-docker-context-for-runtime) based on it in Azure Machine Learning workspace.
51-
52-
Then you can create a [prompt flow runtime](./how-to-create-manage-runtime.md) based on this custom environment.
45+
You can customize the environment that you use to run this flow by adding packages in the `requirements.txt` file in the flow folder. Learn more about [automatic runtime](./how-to-create-manage-runtime.md#update-an-automatic-runtime-preview-on-a-flow-page)
5346

54-
:::image type="content" source="./media/how-to-integrate-with-langchain/runtime-custom-env.png" alt-text="Screenshot of flows on the runtime tab with the add compute instance runtime popup. " lightbox = "./media/how-to-integrate-with-langchain/runtime-custom-env.png":::
5547

5648
### Convert credentials to prompt flow connection
5749

0 commit comments

Comments
 (0)