How to Use LangSmith to Achieve a 30% Accuracy Improvement with No Prompt Engineering

Поділитися
Вставка
  • Опубліковано 9 чер 2024
  • In this video we walk through how Dosu uses LangSmith to improve the performance of their application - with NO prompt engineering. Rather, they collected feedback from their users, transformed that into few shot examples, and then fed that back into their application.
    This is a relatively simple and general technique that can lead to automatic performance improvements. We've written up a LangSmith cookbook to let anyone get started with continual in-context learning for classification!
    LangSmith Cookbook: docs.smith.langchain.com/moni...
    Blog: blog.langchain.dev/dosu-langsmith-no-prompt-eng/
    Sign up for LangSmith for free: smith.langchain.com/

КОМЕНТАРІ • 4

  • @looee___
    @looee___ Місяць тому

    Much needed video! Thank you!

  • @octopusfinds
    @octopusfinds Місяць тому

    thank you

  • @emrecoklar
    @emrecoklar Місяць тому +1

    Thanks for sharing this. Can you help us with intuition around how this differs from RAG?

    • @siyuanrocks
      @siyuanrocks Місяць тому

      Imo, this is a RAG system. Langsmith is just playing a role that can help people build up this kind of system rapidly