From 52d6bf04d0af191c1f4684716d795879f67456cc Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Thu, 23 Mar 2023 19:00:18 -0700 Subject: [PATCH] tracing improvements to docs (#1947) --- docs/tracing/local_installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tracing/local_installation.md b/docs/tracing/local_installation.md index e6aa411f..ffbedce1 100644 --- a/docs/tracing/local_installation.md +++ b/docs/tracing/local_installation.md @@ -7,8 +7,8 @@ This page contains instructions for installing and then setting up the environme 1. Ensure you have Docker installed (see [Get Docker](https://docs.docker.com/get-docker/)) and that it’s running. 2. Install the latest version of `langchain`: `pip install langchain` or `pip install langchain -U` to upgrade your existing version. -3. Run `langchain-server` - 1. This will spin up the server in the terminal. +3. Run `langchain-server`. This command was installed automatically when you ran the above command (`pip install langchain`). + 1. This will spin up the server in the terminal, hosted on port `4137` by default. 2. Once you see the terminal output `langchain-langchain-frontend-1 | ➜ Local: [http://localhost:4173/](http://localhost:4173/)`, navigate to [http://localhost:4173/](http://localhost:4173/)