Upload XML, JSON, YAML, or CSV files as training data. Notice, this will only import two columns from your files; prompt and completion.
{{getFileName()}}
Uploading {{uploadIndex + 1}} of {{files.length}}...
Done!
Upload CSV files with generic columns. The first column is assumed to be the prompt, and all other columns will become part of the completion.
{{getFileName()}}
Uploading {{uploadIndex + 1}} of {{files.length}}...
Done!
Upload CSV files with a list of URLs. Notice, the CSV file must have only one column and have a header column.
Upload text files as training data, such as .txt files, .md files, or .csv files as plain text. Optionally create a summary prompt to increase retrieval quality.
{{getFileName()}}
Uploading {{uploadIndex + 1}} of {{files.length}}...
Done!
Upload images as training data to have your AI Agent or AI Chatbot display images inline into the conversation.
{{getFileName()}}
Uploading {{uploadIndex + 1}} of {{files.length}}...
Done!
Upload PDF files as training data, and optionally massage your files using OpenAI before creating training snippets.
{{getFileName()}}
Uploading {{uploadIndex + 1}} of {{files.length}}...
Done!