mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-06 21:20:33 +00:00
docs: quickstart example returns 404 (#17609)
**Description:** Appears a legacy URL in the quickstart returns a 404. Updated to use Langchain homepage and ran through tutorial to confirm results.
This commit is contained in:
parent
aa31025dd7
commit
88af4fd514
@ -193,7 +193,7 @@ After that, we can import and use WebBaseLoader.
|
|||||||
|
|
||||||
```python
|
```python
|
||||||
from langchain_community.document_loaders import WebBaseLoader
|
from langchain_community.document_loaders import WebBaseLoader
|
||||||
loader = WebBaseLoader("https://docs.smith.langchain.com/overview")
|
loader = WebBaseLoader("https://docs.smith.langchain.com")
|
||||||
|
|
||||||
docs = loader.load()
|
docs = loader.load()
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user