Skip to content

Commit

Permalink
docs: Remove Duplicate --quiet Flag in Installation Command in LangSm…
Browse files Browse the repository at this point in the history
…ith Docs (langchain-ai#20121)

**Description:** This pull request removes a duplicated `--quiet` flag
in the pip install command found in the LangSmith Walkthrough section of
the documentation.

**Issue:** N/A

**Dependencies:** None
  • Loading branch information
saurabhchalke authored Apr 19, 2024
1 parent 6a97448 commit 3dd6266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/langsmith/walkthrough.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install --upgrade --quiet langchain langsmith langchainhub --quiet\n",
"%pip install --upgrade --quiet langchain-openai tiktoken pandas duckduckgo-search --quiet"
"%pip install --upgrade --quiet langchain langsmith langchainhub\n",
"%pip install --upgrade --quiet langchain-openai tiktoken pandas duckduckgo-search"
]
},
{
Expand Down

0 comments on commit 3dd6266

Please sign in to comment.