text_file
add
from embedchain import App app = App() app.add('path/to/file.txt', data_type="text_file") app.query("Summarize the information of the text file")
Was this page helpful?