Maxwell Mullin
Maxwell Mullin
It would be nice if the web UI required a password so this container could safely be used from outside of my personal network. Maybe that could be an optional...
Addresses #3396 by adding `features='html.parser'` in example
The example in the documentation raises a `GuessedAtParserWarning` To replicate: ```python #!wget -r -A.html -P rtdocs https://langchain.readthedocs.io/en/latest/ from langchain.document_loaders import ReadTheDocsLoader loader = ReadTheDocsLoader("rtdocs") docs = loader.load() ``` ``` /config/miniconda3/envs/warn_test/lib/python3.8/site-packages/langchain/document_loaders/readthedocs.py:30:...