From 36bfdd54d6e8b7277de65ae1eec1101cbfacf362 Mon Sep 17 00:00:00 2001 From: Brace Sproul Date: Thu, 1 Aug 2024 12:54:33 -0700 Subject: [PATCH] docs[patch]: Remove todos in cheerio doc (#6320) --- .../document_loaders/web_loaders/web_cheerio.ipynb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/core_docs/docs/integrations/document_loaders/web_loaders/web_cheerio.ipynb b/docs/core_docs/docs/integrations/document_loaders/web_loaders/web_cheerio.ipynb index b12e3a8e5a00..8f5cce4b7549 100644 --- a/docs/core_docs/docs/integrations/document_loaders/web_loaders/web_cheerio.ipynb +++ b/docs/core_docs/docs/integrations/document_loaders/web_loaders/web_cheerio.ipynb @@ -36,8 +36,6 @@ "\n", "## Setup\n", "\n", - "- TODO: Update with relevant info.\n", - "\n", "To access `CheerioWebBaseLoader` document loader you'll need to install the `@langchain/community` integration package, along with the `cheerio` peer dependency.\n", "\n", "### Credentials\n", @@ -72,9 +70,7 @@ "source": [ "## Instantiation\n", "\n", - "Now we can instantiate our model object and load documents:\n", - "\n", - "- TODO: Update model instantiation with relevant params." + "Now we can instantiate our model object and load documents:" ] }, {