TaskGen Tutorial 3: Memory

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

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

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

    loved it. knowledge graph support would be pretty awesome.

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

    Thank you for this tutorial. Would love to see integrating LanceDB (multi-modal vector db) to TaskGen.

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

    Another awesome tutorial. I'm willing to contribute implementations for other popular vector databases apart from chroma :)

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

      Thanks! We also are looking for memory for Knowledge Graphs, and images and many more!

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

      Let me know if you need help with the Memory extensions.

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

      @@johntanchongmin Sure, I will look into them and see how I can fit it in the TaskGen

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

    Hi John. Was chugging along well and fine with Ollama-mistral-nemo model. All works well right till Tutorial 2 - Shared variables. improvised with another function with sqlite dbase - works fine as well.
    Then came this 3rd Tutorial on Memory, having OpenAIError: The api_key client option must be set either by passing api_key to the client or by setting the OPENAI_API_KEY environment variable.
    Is your memory method strictly requires OpenAI API key to continue? Look forward. Cheers and appreciate your work very much.

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

      the default memory uses openai embeddings, let me do another with sentence transformers