mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-24 15:43:54 +00:00
docs: Fix Firecrawl v0 version (#26452)
Firecrawl integration is currently on v0 - which is supported until version 0.0.20. @rafaelsideguide is working on a pr for v1 but meanwhile we should fix the docs.
This commit is contained in:
parent
77ccb4b1cf
commit
2240ca2979
@ -61,7 +61,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"%pip install -qU firecrawl-py langchain_community"
|
"%pip install -qU firecrawl-py==0.0.20 langchain_community"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
Install the python SDK:
|
Install the python SDK:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install firecrawl-py
|
pip install firecrawl-py==0.0.20
|
||||||
```
|
```
|
||||||
|
|
||||||
## Document loader
|
## Document loader
|
||||||
|
Loading…
Reference in New Issue
Block a user