Vector search, RAG, and Azure AI search

Поделиться
HTML-код
  • Опубликовано: 23 янв 2024
  • I recorded myself giving the talk I gave at the SF AI tour.
    Slides:
    speakerdeck.com/pamelafox/vec...
    Demos:
    github.com/pamelafox/vector-s...
    pamelafox.github.io/vectors-c...
    github.com/Azure-Samples/azur...
  • ХоббиХобби

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

  • @bugexploit
    @bugexploit 2 месяца назад +7

    This is one of best video I have watched so far on RAG. Great explanation in simple terms and to the point. please keep making more videos.

  • @jimbocho660
    @jimbocho660 2 месяца назад +3

    This is one of the best talks on applied LLMs on youtube. Thank you.

  • @theindynomad
    @theindynomad 28 дней назад

    I've struggled to explain to folks about how vector semantic is different from text search.. finally found somone who explained this so clearly. Thanks, enjoyed this highly informative session.

  • @InternationalIndianIcon
    @InternationalIndianIcon 2 месяца назад +3

    Nice session, please post more such sessions. got lot of clarity on embedding and search

  • @lovekesh88
    @lovekesh88 Месяц назад

    cone analogy was really good. Thanks.

  • @joshuacunningham7912
    @joshuacunningham7912 2 месяца назад +1

    Thank you so much! I especially appreciate the vector similarity lesson in this video. 👏

  • @anagocevska
    @anagocevska 2 месяца назад

    Really enjoyed this explanation! Everything covered to really understand what's happening behind the scenes. Thank you! :)

  • @st-tube
    @st-tube 2 месяца назад +1

    Fantastic. Great work

  • @meenan4243
    @meenan4243 3 месяца назад +1

    Amazing Tutorial,
    Thank you

  • @Southpaw101
    @Southpaw101 Месяц назад

    Great Video.. very informative. Thanks

  • @mr.daniish
    @mr.daniish 3 месяца назад

    Amazing tutorial

  • @juanok2775
    @juanok2775 3 месяца назад

    very helpful thanks

  • @Willisboyz192
    @Willisboyz192 3 месяца назад

    Very helpful

  • @mohamedmaf
    @mohamedmaf Месяц назад

    Thanks a lot

  • @gangs0846
    @gangs0846 3 месяца назад

    Fantastic

  • @nalinrajsubramanian744
    @nalinrajsubramanian744 2 месяца назад +1

    Great Explanation. can you explain about ai enrichments that we can add in ai search especially reading text images from pdfs using ocr

  • @ChalkToday
    @ChalkToday 3 месяца назад

    Very nice Content on the video a different approach from others. Are you open to questions at any time?

  • @ankitnarula6134
    @ankitnarula6134 2 месяца назад

    Ai search + open ai seems to give different answers for same user prompts. Even the chunks returned for answering seem different based on citations even for same prompt. What causes this? Facing issues with consistency of outputs.

    • @PamelaFox
      @PamelaFox  2 месяца назад

      I've written up a guide to debugging answer variance here: github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/customization.md#improving-answer-quality ...that's specific to that repo but is also a general approach for other RAG apps. Does that help?