mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-06 13:33:37 +00:00
GuessedAtParserWarning from RTD document loader documentation example (#3397)
Addresses #3396 by adding `features='html.parser'` in example
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"loader = ReadTheDocsLoader(\"rtdocs\")"
|
||||
"loader = ReadTheDocsLoader(\"rtdocs\", features='html.parser')"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user