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: "📝 Substack" |
| #3 | --- |
| #4 | |
| #5 | To add any Substack data sources to your app, just add the main base url as the source and set the data_type to `substack`. |
| #6 | |
| #7 | ```python |
| #8 | from embedchain import App |
| #9 | |
| #10 | app = App() |
| #11 | |
| #12 | # source: for any substack just add the root URL |
| #13 | app.add('https://www.lennysnewsletter.com', data_type='substack') |
| #14 | app.query("Who is Brian Chesky?") |
| #15 | # Answer: Brian Chesky is the co-founder and CEO of Airbnb. |
| #16 | ``` |
| #17 |