mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
GuessedAtParserWarning from RTD document loader documentation example (#3397)
Addresses #3396 by adding `features='html.parser'` in example
This commit is contained in:
parent
06f6c49e61
commit
696f840426
@ -40,7 +40,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"loader = ReadTheDocsLoader(\"rtdocs\")"
|
"loader = ReadTheDocsLoader(\"rtdocs\", features='html.parser')"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user