langchain/docs
Ryan Meinzer d883fd4a37
docs: Correct WebBaseLoader URL: docs: python.langchain.com/docs/get_started/quickstartQuickstart (#17981)
**Description:** 
The URL of the data to index, specified to `WebBaseLoader` to import is
incorrect, causing the `langsmith_search` retriever to return a `404:
NOT_FOUND`.
Incorrect URL: https://docs.smith.langchain.com/overview
Correct URL: https://docs.smith.langchain.com

**Issue:** 
This commit corrects the URL and prevents the LangServe Playground from
returning an error from its inability to use the retriever when
inquiring, "how can langsmith help with testing?".

**Dependencies:** 
None.

**Twitter Handle:** 
@ryanmeinzer
2024-03-01 12:21:53 -08:00
..
api_reference docs: update api ref nav (#18362) 2024-02-29 19:04:56 -08:00
data 👥 Update LangChain people data (#17900) 2024-02-21 16:38:28 -08:00
docs docs: Correct WebBaseLoader URL: docs: python.langchain.com/docs/get_started/quickstartQuickstart (#17981) 2024-03-01 12:21:53 -08:00
scripts infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
src 👥 Update LangChain people data (#17743) 2024-02-20 18:30:11 -08:00
static docs: query analysis use case (#17766) 2024-02-29 12:33:49 -08:00
.gitignore docs: update func calling doc (#18300) 2024-02-29 09:45:07 -08:00
.local_build.sh docs: partner packages (#16960) 2024-02-02 15:12:21 -08:00
babel.config.js
code-block-loader.js
docusaurus.config.js docs: logo (#17972) 2024-02-22 15:20:34 -08:00
package-lock.json
package.json 👥 Update LangChain people data (#17743) 2024-02-20 18:30:11 -08:00
README.md docs: developer docs (#14776) 2023-12-17 12:55:49 -08:00
settings.ini
sidebars.js docs: Toolkits menu (#16217) 2024-02-08 14:52:26 -08:00
vercel_build.sh docs: add LangGraph (#15682) 2024-01-08 08:38:14 -08:00
vercel_requirements.txt
vercel.json Redirect the expression language guides (#17914) 2024-02-22 00:39:57 -08:00

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide