Skip to content

Commit e5cd584

Browse files
authoredSep 16, 2024··
docs: Fix Firecrawl v0 version in the docs (#6768)
1 parent d3dd0d1 commit e5cd584

File tree

1 file changed

+2
-2
lines changed
  • docs/core_docs/docs/integrations/document_loaders/web_loaders

1 file changed

+2
-2
lines changed
 

‎docs/core_docs/docs/integrations/document_loaders/web_loaders/firecrawl.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"\n",
3838
"## Setup\n",
3939
"\n",
40-
"To access `FireCrawlLoader` document loader you'll need to install the `@langchain/community` integration, and the `@mendable/firecrawl-js` package. Then create a **[FireCrawl](https://firecrawl.dev)** account and get an API key.\n",
40+
"To access `FireCrawlLoader` document loader you'll need to install the `@langchain/community` integration, and the `@mendable/firecrawl-js@0.0.36` package. Then create a **[FireCrawl](https://firecrawl.dev)** account and get an API key.\n",
4141
"\n",
4242
"### Credentials\n",
4343
"\n",
@@ -67,7 +67,7 @@
6767
"<IntegrationInstallTooltip></IntegrationInstallTooltip>\n",
6868
"\n",
6969
"<Npm2Yarn>\n",
70-
" @langchain/community @langchain/core @mendable/firecrawl-js\n",
70+
" @langchain/community @langchain/core @mendable/firecrawl-js@0.0.36\n",
7171
"</Npm2Yarn>\n",
7272
"\n",
7373
"```"

0 commit comments

Comments
 (0)
Please sign in to comment.