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
❓💬 Question and answer pair
🙌 OpenAPI
📬 Gmail
📝 Github
🐘 Postgres
🐬 MySQL
🤖 Slack
💬 Discord
🗨️ Discourse
📝 Substack
🐝 Beehiiv
📁 Directory/Folder
💾 Dropbox
🖼️ Image
🎤 Audio
⚙️ Custom
Data type handling
🗄️ Vector databases
🤖 Large language models (LLMs)
🧩 Embedding models
🔬 Evaluation
Deployment
Overview
Fly.io
Modal.com
Render.com
Railway.app
Streamlit.io
Gradio.app
Huggingface.co
Community
🤝 Connect with Us
Contributing
📋 Guidelines
👨💻 Development
📝 Documentation
🐍 Python
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
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
❓💬 Question and answer pair
Assistant
Responses are generated using AI and may contain mistakes.