Chat with CSV files using LangChain Agent [GPT-4o]

Поделиться
HTML-код
  • Опубликовано: 20 авг 2024
  • НаукаНаука

Комментарии • 6

  • @techchitti2.o118
    @techchitti2.o118 Месяц назад +1

    This video was very informative. Thank you! Could you make another one video about translating code from one programming language to another, such as SAS to Python? Additionally, could you explain how to manage large files, ranging from 2k to 4k lines of code?

    • @tonykipkemboi
      @tonykipkemboi  29 дней назад

      Thank you! I'll look into building this.

  • @AndresAlarcon-bb9ql
    @AndresAlarcon-bb9ql 28 дней назад +1

    Hi Tony, what is the difference between create_csv_agent and create_pandas_dataframe_agent?

    • @tonykipkemboi
      @tonykipkemboi  26 дней назад

      `create_csv_agent` is a convenience function that loads a CSV into a pandas dataframe and calls `create_pandas_dataframe_agent`. You should get comparable answers with either.

  • @sharathkumarsadari6977
    @sharathkumarsadari6977 25 дней назад

    If I use python_repl tool in combination with my sql agent to create plotly chart, how do I show it in streamlit app?

    • @tonykipkemboi
      @tonykipkemboi  24 дня назад

      Good question, I haven't tried converting this to a Streamlit app yet. I would print out the entire output to see if I can parse portions of it and pass it to a Streamlit elements.