Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
qna_pair
from embedchain import App app = App() app.add(("Question", "Answer"), data_type="qna_pair")
Was this page helpful?