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: '📝 Text' |
| #3 | --- |
| #4 | |
| #5 | ### Text |
| #6 | |
| #7 | Text is a local data type. To supply your own text, use the data_type as `text` and enter a string. The text is not processed, this can be very versatile. Eg: |
| #8 | |
| #9 | ```python |
| #10 | from embedchain import App |
| #11 | |
| #12 | app = App() |
| #13 | |
| #14 | app.add('Seek wealth, not money or status. Wealth is having assets that earn while you sleep. Money is how we transfer time and wealth. Status is your place in the social hierarchy.', data_type='text') |
| #15 | ``` |
| #16 | |
| #17 | Note: This is not used in the examples because in most cases you will supply a whole paragraph or file, which did not fit. |
| #18 |