LangChain Email Assistant (Developer Version)

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

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

  • @sprobertson
    @sprobertson 15 วันที่ผ่านมา +4

    Loving the developer focused video concept

  • @yazin-s3l
    @yazin-s3l 14 วันที่ผ่านมา

    very helpful Harrison, thank you so much for walking us through the code!

  • @FiddlingwithAI
    @FiddlingwithAI 15 วันที่ผ่านมา +2

    That's actually very helpful! Continue what you do

  • @cheahanqi964
    @cheahanqi964 11 วันที่ผ่านมา

    TQ .... loving this video. Please more video like this. on developer focused.

  • @eddieotudor9432
    @eddieotudor9432 15 วันที่ผ่านมา +2

    How sure are we that in the coming days we won't have another framework that's more "stable and controllable" than LangGraph? 😕🤔

  • @mohamedkarim-p7j
    @mohamedkarim-p7j 15 วันที่ผ่านมา +1

    Thank for sharing

  • @ozuromo
    @ozuromo 15 วันที่ผ่านมา

    Thanks for the video!

  • @AndrewRevak
    @AndrewRevak 14 วันที่ผ่านมา +2

    Didn't take long for google to flag your app as dangerous :)

  • @WinonaNagy
    @WinonaNagy 15 วันที่ผ่านมา

    LangChain's AI Executive Assistant for emails seems innovative. Has anyone tried it and found it useful? Curious how effective the human-in-the-loop model is.

    • @sprobertson
      @sprobertson 15 วันที่ผ่านมา

      human in the loop is just a pattern, but huge for anything where you don't want to trust a model to do something without authorization

    • @Rusputin-eo6tv
      @Rusputin-eo6tv 14 วันที่ผ่านมา

      idk, you should try it out or wait a little bit for other youtubers to clarify it

  • @aifarmerokay
    @aifarmerokay 14 วันที่ผ่านมา

    Can you cover multi knowledge based agent system where we are using multiple RAG ,example aws bedrock ,share point ,lancedb , web crawler,graph rag
    How to execute or which is suitable structure for this

  • @ocramas
    @ocramas 12 วันที่ผ่านมา

    Not really sure how langchain works so, I got a question. How does this keep the email information still confidential? if it is calling openai. Langchain will run a RAG right? then build some "memory" over time, but how is the confidentiality handled?

    • @pcuciu
      @pcuciu 10 วันที่ผ่านมา

      you'd have to use only locally deployed models to keep your emails private, and no langsmith api key, also don't deploy to langgraph platform; with the current design (what was shown in the video) open ai, anthropic, and langchain, they all see all your private emails