From 1a66f961f47023d7e941facd464873527c6abb82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Ferretti?= Date: Thu, 2 May 2024 07:06:22 +0200 Subject: [PATCH] Docs: fix typo (#1350) --- docs/components/data-sources/qna.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components/data-sources/qna.mdx b/docs/components/data-sources/qna.mdx index f7a034d9..3efaa47f 100644 --- a/docs/components/data-sources/qna.mdx +++ b/docs/components/data-sources/qna.mdx @@ -1,5 +1,5 @@ --- -title: '❓💬 Queston and answer pair' +title: '❓💬 Question and answer pair' --- 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: @@ -10,4 +10,4 @@ from embedchain import App app = App() app.add(("Question", "Answer"), data_type="qna_pair") -``` \ No newline at end of file +```