If you’re a student and want to reference a textbook for any questions you have to your AI, you would use RAG to ensure it answers based on the textbook. If a business wants to know “What was the total amount of the invoice?” the LLM would access the invoice, comb through it to get the total amount, and answer with the correct number.Choosing the right embedding model is a vital part of building a robust pipeline. Check out the Models Page to evaluate different models and continuously add new, clean data to your dataset to improve the quality of your results.
Upload Your Dataset
Open the dataset you want to work with. You can find a dataset on our explore page or you can clone the Simple Wikipedia Dataset we are using. Since running a 50k row dataset would take forever, we created a subset of the first 1k rows which you can find in thetrain_data_subset branch.