Build a JavaScript AI Agent With LangGraph.js and MongoDB

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

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

  • @MongoDB
    @MongoDB  10 дней назад +3

    ✅ Written tutorial → mdb.link/article-qXDrWKVSx1w
    ✅ Create your free Atlas cluster → mdb.link/free-qXDrWKVSx1w
    ✅ Get help on our Community Forums → mdb.link/forums-qXDrWKVSx1w

    • @robrita
      @robrita 9 дней назад

      quick question please.. once I created a vector index, what happen to new data coming in to the DB, will it get indexed as well?

  • @bidokris
    @bidokris 10 дней назад +3

    Awesome tutorial, easy to set up and follow along

    • @MongoDB
      @MongoDB  7 дней назад

      Thanks so much!

  • @IkraamDev
    @IkraamDev 8 дней назад

    I remember watching Jesse’s videos in early 2020 when I was learning to code.

    • @MongoDB
      @MongoDB  7 дней назад +1

      Thank you! - Jesse 💪

  • @WongYamPan
    @WongYamPan 3 дня назад +1

    This is good stuff. Unfortunately, I am familiar with mongoose.js and not Zod. Can the same result be achieve with mongoose.js instead of Zod? If the answer is yes, any video tutorials?

    • @MongoDB
      @MongoDB  3 дня назад +1

      The answer is yes! And we are working on more examples to share very soon for both Mongoose and Prisma!

    • @WongYamPan
      @WongYamPan 3 дня назад

      @@MongoDB Thank you! It will also be interesting to have a code-along that shows how we can clone/convert an existing Mongo Atlas database into a RAG and process it with two or three custom nodes/edges.