qna_pair and enter a tuple. Eg:
Data types
βπ¬ Queston and answer pair
QnA pair is a local data type. To supply your own QnA pair, use the data_type as
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
qna_pair and enter a tuple. Eg:
from embedchain import App
app = App()
app.add(("Question", "Answer"), data_type="qna_pair")
Was this page helpful?