CreateKbInputDTO interface

Input to create KB.

Properties

files

List of files to be added to knowledgebase.

qnaList

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

urls

List of URLs to be added to knowledgebase.

Property Details

files

List of files to be added to knowledgebase.

files?: FileDTO[]

Property Value

qnaList

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

qnaList?: QnADTO[]

Property Value

QnADTO[]

urls

List of URLs to be added to knowledgebase.

urls?: string[]

Property Value

string[]