LangSmith Chat Datasets
This notebook demonstrates an easy way to load a LangSmith chat dataset fine-tune a model on that data. The process is simple and comprises 3 steps.
- Create the chat dataset.
 - Use the LangSmithDatasetChatLoader to load examples.
 - Fine-tune your model.
 
Then you can use the fine-tuned model in your LangChain app.
Before diving in, let's install our prerequisites.