Skip to main content

Documentation Index

Fetch the complete documentation index at: https://embedchain-user-dyadav-remove-pipeline.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

XML file

To add any xml file, use the data_type as xml. Eg:
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.