qna_pair
from embedchain import App app = App() app.add(("Question", "Answer"), data_type="qna_pair")
Was this page helpful?