upload_files
Function
Uploads the document list required for creating a knowledge graph.
Prototype
def upload_files(file_list, loader_mng)
Parameters
Parameter |
Data Type |
Required/Optional |
Description |
|---|---|---|---|
file_list |
List |
Required |
Document list. All documents within the same list supports only one language type. The number of documents ranges from 1 to 100. Processing a large number of documents will increase knowledge graph building time. The length of a single document path ranges from 1 to 1024. The document path cannot be a soft link and cannot contain two consecutive dots (..). The size of each document cannot exceed 10 GB. |
loader_mng |
LoaderMng |
Required |
Object of document parsing function management class. For details about its data type, see LoaderMng. |
Return Value
None
Parent topic: GraphRAGPipeline