LangChain - Document Loading
After executing the following code, what is the data type of
results?loader = SQLDatabaseLoader(uri='sqlite:///test.db') results = loader.load()
