AI Agents in Action: Solving Real-World Problems with AutoGen Workflows

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 พ.ย. 2024

ความคิดเห็น •

  • @Ian-t6n9h
    @Ian-t6n9h 9 วันที่ผ่านมา

    Great Video!

  • @jayeshchoudhary3180
    @jayeshchoudhary3180 2 หลายเดือนก่อน +1

    This channel would be big in coming years ❤

    • @YourTechBudCodes
      @YourTechBudCodes  2 หลายเดือนก่อน

      That means a whole lot. Thanks for your support ❤️!

  • @bikachu_
    @bikachu_ 2 หลายเดือนก่อน +1

    YOU ARE MY TECH BUD IN REAL LIFE great video

  • @DharmikRaval-y8k
    @DharmikRaval-y8k 2 หลายเดือนก่อน

    Can you share guide on how can we pass a excel file as input for this?

    • @YourTechBudCodes
      @YourTechBudCodes  2 หลายเดือนก่อน

      Convert the excel file to csv and just pass it as the input prompt. Maybe add some annotations to create some distinction between the instruction and file content. If the file is too big then batch it up and process a set of rows at a time

    • @DharmikRaval-y8k
      @DharmikRaval-y8k 2 หลายเดือนก่อน

      @@YourTechBudCodes I have tried this approach but it is saying that I am unable to process csv file. This file has hardly 400 rows. If you can share some sample of reference that would really help me!

    • @YourTechBudCodes
      @YourTechBudCodes  2 หลายเดือนก่อน

      It's hard to help debug without looking at the code.

    • @DharmikRaval-y8k
      @DharmikRaval-y8k 2 หลายเดือนก่อน

      @@YourTechBudCodes can you share your contact email or somewhere I can share you code with errors?

  • @sariyahsiddiqui9962
    @sariyahsiddiqui9962 2 หลายเดือนก่อน

    I am trying to run it in vscode and keep getting the following error:
    "AttributeError: 'tuple' object has no attribute 'encode'"

    • @YourTechBudCodes
      @YourTechBudCodes  2 หลายเดือนก่อน

      Which line did you get the error on?