Bringing Memory to your AI Apps with Azure Cognitive Search! | Intro to Semantic Kernel

Поділитися
Вставка
  • Опубліковано 19 вер 2024
  • Want to bring the power of vector search to your AI applications? Curious about the Microsoft memory service powering many of their internal Copilots?
    Watch Devis Lucato, principal architect for the Semantic Kernel, walk through Azure Cognitive Search and their latest support for vectors and how you can bring this to your own AI projects!
    Read the Semantic Kernel blog post here: devblogs.micro...
    And the announcement from Azure: techcommunity....
    And the code for the demo: github.com/dlu...
    01:00 What is Azure Vector Search?
    05:02 Let's see a demo in C#!
    14:01 Let's see a demo in Python!
    16:30 Concluding thoughts and the future of AI memory
    Join the Semantic Kernel Discord and drop by a community office hour!
    github.com/mic...
    If you like this content, subscribe to my channel to see more videos like this!
    And follow me on other platforms so you’ll never miss out on my updates!
    💌 Sign up for my free AI newsletter Chaos Theory: alexchao.subst...
    🐦 Follow me on Twitter / alexchaomander
    📷 And Instagram! / alexchaomander
    🎥 And TikTok! / alexchaomander
    👥 Connect with me on LinkedIn / alexchao56

КОМЕНТАРІ • 9

  • @alexchaomander
    @alexchaomander  Рік тому +2

    How are you going to incorporate memory into your AI applications? Leave your thoughts in a comment below!

  • @afederici75
    @afederici75 Рік тому +1

    Great video and great feature. The 'recall' function being the one thing that brings all together! Thanks.

  • @snarkyboojum
    @snarkyboojum Рік тому +2

    Love that you have python and C# here. Great stuff.

  • @joslatbarcelona
    @joslatbarcelona 11 місяців тому

    Well it is clear, after this video and reading some documentation , that Hybrid and multi modal embedding, is the way. Thanks for the outstanding video - and work!!

  • @pawangupta80
    @pawangupta80 Рік тому

    SK integration with Azure cognitive search , for embedding can we use OpenAI endpoint directly or it only works with Azure OpenAI deployment?

    • @alexchaomander
      @alexchaomander  Рік тому +2

      I believe you can bring your own vectors to Azure cognitive search! So if you want to use Open AI or any other model provider to create the embeddings, that should work!

    • @endintiers
      @endintiers Рік тому +2

      You could use HuggingFace Embeddings etc.

  • @blaketindol2991
    @blaketindol2991 Рік тому

    Is there any update on when a Python tutorial might come for this for semantic kernel?

    • @alexchaomander
      @alexchaomander  Рік тому

      Devis shows off the Python example at 14:01 in the video! I'll put a timestamp. The code is already available in the latest pip package!