Hello there, happy Friday. I am trying to follow the
python chatbot tutorial and I'm getting a LookupError on this line
year_docs = loader.load
data( file=Path(f"./data/UBER/UBER{year}.html"), split_documents=False
)
... full screenshot attached. Any ideas?