|
QnA pair is a local data type. To supply your own QnA pair, use the data_type as `qna_pair` and enter a tuple. Eg:
|
|
QnA pair is a local data type. To supply your own QnA pair, use the data_type as `qna_pair` and enter a tuple. Eg:
|
|
app.add(("Question", "Answer"), data_type="qna_pair")
|
|
app.add(("Question", "Answer"), data_type="qna_pair")
|