Merge pull request #107 from Cinnamon/fix/kh_unitest

fix: update import download_loader
This commit is contained in:
kan_cin
2024-07-17 17:21:52 +07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ class AutoReader(BaseReader):
"""Init reader using string identifier or class name from llama-hub"""
if isinstance(reader_type, str):
from llama_index import download_loader
from llama_index.core import download_loader
self._reader = download_loader(reader_type)()
else:

View File

@@ -5744,7 +5744,7 @@
"output": "What is the ratio of property, plant and equipment to the total estimated aggregate consideration on the balance sheet as of December 31, 2017?"
},
{
"input": "What is the percentage change in other non currrent assets in 2018?",
"input": "What is the percentage change in other non current assets in 2018?",
"output": "What was the percentage change in other non-current assets during the year 2018?"
},
{