tracing improvements to docs (#1947)

tool-patch
Harrison Chase 1 year ago committed by GitHub
parent 910da8518f
commit 52d6bf04d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 its 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/)

Loading…
Cancel
Save