Files
Upload TXT files to MindsDB
You can upload TXT files of any size to MindsDB that runs locally via Docker or pip.
TXT files are divided into chunks and stored in multiple table cells. MindsDB uses the TextLoader from LangChain to load TXT files.
Upload files
Follow the steps below to upload a file:
- Click on the
Add
dropdown and chooseUpload file
.
- Upload a file and provide a name used to access it within MindsDB.
Query files
Here is how to query data within MindsDB.
Query for the content of the file uploaded under the name my_file
.