How I Built a Customer Support Chatbot in React with Bee Agent Framework

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ก.พ. 2025

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

  • @DevelopersDigest
    @DevelopersDigest  หลายเดือนก่อน +4

    Dive into the Bee Agent Framework: ibm.biz/bee-agent-framework-developers-digest

  • @softwarewhizai
    @softwarewhizai หลายเดือนก่อน +3

    amazing! please keep doing tutorials

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

      Thank you - More coming soon! 🙏

  • @abughali-m
    @abughali-m 20 วันที่ผ่านมา +2

    This is really awesome! I love the details. It would be nice if you have tried the built-in SQLTool to query your pg db.

    • @DevelopersDigest
      @DevelopersDigest  20 วันที่ผ่านมา +2

      Thank you - great idea! 💡

  • @nathanprobst2164
    @nathanprobst2164 15 วันที่ผ่านมา +1

    What a great video! Unfortunately, the `agent/db.ts` file is missing from the repo. :(

    • @nathanprobst2164
      @nathanprobst2164 15 วันที่ผ่านมา +1

      Also the .env.example (easy fix) and the package.json needs to be completed.

  • @TyusDurant
    @TyusDurant หลายเดือนก่อน +3

    can you supply the seed data? It would make it easier to follow along especially like me I am trying to learn this.

    • @DevelopersDigest
      @DevelopersDigest  23 วันที่ผ่านมา +1

      Apologies for the late reply - published !

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

    I need to learn TypeScript now. Python is my first serious programming language. How easy is it? I only started coding less than a year ago, actually, as a hobby.

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

      Typescript is amazing and easy to learn, you should give it a go

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

      Learn Vanilla Javascript es6+ forget typescript. Besides typescript is a superset of JS so learning basic JS is learning typescript minus the bullshit typescript ads to your codebase.

    • @shadow-tu4xr
      @shadow-tu4xr หลายเดือนก่อน +2

      @@gtrguy17 sure but it ensures integrity in the data being passed so it can't go wrong

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

      I would learn JS then once you are comfortable, move to TS. The syntax is quite a bit different than Python but once you are comfortable with the fundamentals of JS, TS is a great next step. Learning both today, it’s probably one of the best times ever given all the tools available that can help you learn the language whether it’s ChatGPT, Claude, GitHub Copilot anytime you get ‘stuck’ - there’s also a ton of really great TS content out there, a couple creators that have great content on the fundamentals are Wes Bos and Brad Traversy.