docs: remove langgraph up references (#2847)

This commit is contained in:
Vadym Barda
2024-12-20 11:00:04 -05:00
committed by GitHub
parent c72107177b
commit f33db6cec4
5 changed files with 35 additions and 28 deletions
-1
View File
@@ -208,7 +208,6 @@ export LANGSMITH_API_KEY=...
```js
const { Client } = await import("@langchain/langgraph-sdk");
// only set the apiUrl if you changed the default port when calling langgraph up
const client = new Client({ apiUrl: "your-deployment-url", apiKey: "your-langsmith-api-key" });
const streamResponse = client.runs.stream(