CreateKbInputDTO Class

Input to create KB.

Inheritance
CreateKbInputDTO

Constructor

CreateKbInputDTO(**kwargs)

Parameters

qna_list
list[QnADTO]
Required

List of QNA to be added to the index. Ids are generated by the service and should be omitted.

urls
list[str]
Required

List of URLs to be added to knowledgebase.

files
list[FileDTO]
Required

List of files to be added to knowledgebase.