mirror of
https://github.com/Cinnamon/kotaemon.git
synced 2026-02-24 03:59:47 +01:00
Merge pull request #107 from Cinnamon/fix/kh_unitest
fix: update import download_loader
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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?"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user