llama-index-integrations/readers/llama-index-readers-dashscope/README.md
pip install llama-index-readers-dashscope
from llama_index.readers.dashscope.base import DashScopeParse
from llama_index.readers.dashscope.utils import ResultType
file_list = [
# your files (accept doc, docx, pdf)
]
parse = DashScopeParse(result_type=ResultType.DASHCOPE_DOCMIND)
documents = parse.load_data(file_path=file_list)
A full list of retriever settings/kwargs is below: