Data types
โ๐ฌ Queston and answer pair
Get Started
- โก Quickstart
- ๐ Introduction
- โ FAQs
- ๐ป Full stack
- ๐ Integrations
Components
- ๐งฉ Introduction
- ๐๏ธ Data sources
- Overview
- Data types
- ๐ฐ PDF
- ๐ CSV
- ๐ JSON
- ๐ Text
- ๐ Directory/Folder
- ๐ HTML Web page
- ๐ฝ๏ธ Youtube Channel
- ๐บ Youtube Video
- ๐ Code Docs website
- ๐ Mdx file
- ๐ Docx file
- ๐ Notion
- ๐บ๏ธ Sitemap
- ๐งพ XML file
- โ๐ฌ Queston and answer pair
- ๐ OpenAPI
- ๐ฌ Gmail
- ๐ Github
- ๐ Postgres
- ๐ฌ MySQL
- ๐ค Slack
- ๐ฌ Discord
- ๐จ๏ธ Discourse
- ๐ Substack
- ๐ Beehiiv
- ๐ Directory/Folder
- ๐พ Dropbox
- ๐ผ๏ธ Image
- โ๏ธ Custom
- Data type handling
- ๐๏ธ Vector databases
- ๐ค Large language models (LLMs)
- ๐งฉ Embedding models
- ๐ฌ Evaluation
Deployment
Community
Product
Data types
โ๐ฌ Queston 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:
from embedchain import App
app = App()
app.add(("Question", "Answer"), data_type="qna_pair")
Was this page helpful?