Skip to main content
Embedchain home page
✨ Search embedchain docs...
⌘K
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
⌘I