GuessedAtParserWarning from RTD document loader documentation example (#3397)

Addresses #3396 by adding 

`features='html.parser'` in example
fix_agent_callbacks
Maxwell Mullin 1 year ago committed by GitHub
parent 06f6c49e61
commit 696f840426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,7 +40,7 @@
"metadata": {},
"outputs": [],
"source": [
"loader = ReadTheDocsLoader(\"rtdocs\")"
"loader = ReadTheDocsLoader(\"rtdocs\", features='html.parser')"
]
},
{

Loading…
Cancel
Save