Getting started with Row Sherpa
Welcome to Row Sherpa! This guide will help you get up and running with your first AI-powered data processing job.
What is Row Sherpa?
Row Sherpa is a powerful tool that allows you to batch process CSV files using Large Language Models (LLMs). Whether you need to classify thousands of rows, extract specific information, or generate content at scale, Row Sherpa handles the infrastructure so you can focus on the results.
Quick Start Guide
Follow these simple steps to process your first dataset:
- Prepare your Data: Ensure your data is in a CSV format.
- Create a New Job: Click "New Job" in your dashboard to start the wizard.
- Upload: Drag and drop your CSV file.
- Configure:
- Define the prompt you want to perform on each row of your CSV file (important: reference rows with the expression {csv_data} in your prompt),
- chose the AI model you want to use,
- define the way you want the output to be structured (use a json file or simply define the fields one by one).
- Launch: Review your setup and start the job.
- Download: Once complete, export your results as a verified CSV.
Next Steps
- Check out a Sample Use Case.
- Learn how to Create and Configure Jobs in detail.
- Master Prompt Engineering to get the best results.
- Understand Structured Output for clean data.