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:
Nicolas 2024-09-14 18:06:15 -04:00 committed by GitHub
parent 77ccb4b1cf
commit 2240ca2979
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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"
] ]
}, },
{ {

View File

@ -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