repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | --- |
| #2 | title: '🧾 XML file' |
| #3 | --- |
| #4 | |
| #5 | ### XML file |
| #6 | |
| #7 | To add any xml file, use the data_type as `xml`. Eg: |
| #8 | |
| #9 | ```python |
| #10 | from embedchain import App |
| #11 | |
| #12 | app = App() |
| #13 | |
| #14 | app.add('content/data.xml') |
| #15 | ``` |
| #16 | |
| #17 | Note: Only the text content of the xml file will be added to the app. The tags will be ignored. |
| #18 |