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: '📝 Mdx file' |
| #3 | --- |
| #4 | |
| #5 | To add any `.mdx` file to your app, use the data_type (first argument to `.add()` method) as `mdx`. Note that this supports support mdx file present on machine, so this should be a file path. Eg: |
| #6 | |
| #7 | ```python |
| #8 | from embedchain import App |
| #9 | |
| #10 | app = App() |
| #11 | app.add('path/to/file.mdx', data_type='mdx') |
| #12 | |
| #13 | app.query("What are the docs about?") |
| #14 | ``` |
| #15 |