Text
Text is a local data type. To supply your own text, use the data_type astext and enter a string. The text is not processed, this can be very versatile. Eg:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
text and enter a string. The text is not processed, this can be very versatile. Eg:
from embedchain import App
app = App()
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')
Was this page helpful?