forked from Archives/langchain
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": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"loader = ReadTheDocsLoader(\"rtdocs\")"
|
||||
"loader = ReadTheDocsLoader(\"rtdocs\", features='html.parser')"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user