Embedchain home page
โจ Search embedchain docs...
โK
Ask AI
GitHub
Join our slack
Join our slack
Search...
Navigation
Data types
๐งพ XML file
Documentation
Examples
API Reference
Talk to founders
Get Started
โก Quickstart
๐ Introduction
โ FAQs
๐ป Full stack
๐ Integrations
Use cases
๐งฑ Introduction
๐ค Chatbots
โ Question Answering
๐ Semantic Search
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
๐ค Large language models (LLMs)
๐๏ธ Vector databases
๐งฉ Embedding models
๐ฌ Evaluation
Deployment
Overview
Fly.io
Modal.com
Render.com
Streamlit.io
Gradio.app
Huggingface.co
Embedchain.ai
Community
๐ค Connect with Us
Contributing
๐ Guidelines
๐จโ๐ป Development
๐ Documentation
๐ Python
๐จ Javascript
Product
๐ Release Notes
On this page
XML file
Data types
๐งพ XML file
โ
XML file
To add any xml file, use the data_type as
xml
. Eg:
Copy
Ask AI
from
embedchain
import
App
app
=
App()
app.add(
'content/data.xml'
)
Note: Only the text content of the xml file will be added to the app. The tags will be ignored.
Was this page helpful?
Yes
No
Suggest edits
Raise issue
๐บ๏ธ Sitemap
โ๐ฌ Queston and answer pair
Assistant
Responses are generated using AI and may contain mistakes.