Qa¶
flowtask.components.LangchainLoader.loaders.qa
¶
QAFileLoader
¶
Bases: AbstractLoader
Question and Answers File based on Excel, coverted to Langchain Documents.
load
async
¶
Load data from a source and return it as a Langchain Document.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
path
|
Path
|
The source of the data. |
required |
Returns:
| Type | Description |
|---|---|
List[Document]
|
List[Document]: A list of Langchain Documents. |