RAG With Azure AI Search using Vector/ Hybrid / Exhaustive KNN / Semantic Reranker in 15 minutes

Поділитися
Вставка

КОМЕНТАРІ • 10

  • @jeevajilife
    @jeevajilife 8 місяців тому +1

    Thank you for this lovely video. I am interested in how you created those indexes within Azure AI Search. What if I have data in json format?

  • @WinstonCodesOn
    @WinstonCodesOn 11 місяців тому +1

    It would be nice to have a video that goes into more detail about the quality of results in vector vs hybrid vs E-KNN. Also, why use Langchain? I'm unclear what it's doing that is better than makign the API calls directly.

    • @ambarishg
      @ambarishg  11 місяців тому +1

      Ans 1 : Great suggestion!
      Ans 2 : For Langchain used ConversationalMemory which can be coded also but having a good tested framework helps to implement ConversationalMemory easier

    • @pulkitthapar
      @pulkitthapar 8 місяців тому

      The sequential API calls to retrieve and then generate the response will result in a higher turn-around time.
      Langchain runs on LCEL that allows "runnables" or chains to run parallelly, achieving the same functionality but improving time. Also, it'll be easier to implement context-aware retrieving via Agent Tools using the framework. The only downside I see right now is a bug in the community integration for Azure AI Search that doesn't allow Hybrid or Semantic-Hybrid searches on a custom schema.

  • @abhilashnamdeo8196
    @abhilashnamdeo8196 9 місяців тому

    Is it acceptable to perform all these tasks directly from the portal, using the no-code option?

  • @mirakamali-jb1sz
    @mirakamali-jb1sz 8 місяців тому +1

    can you do one between llama-index and azure ai search?

  • @shivaprasad1277
    @shivaprasad1277 7 місяців тому +1

    I have created an index for a CSV file and i had few custom fields and also i have enabled Semantic reranker for the AI Search. Now i want to use this in my code but unable to get any fruitfl results. Can you please help ? And I am using Langchain as orchestrator

    • @champstark8974
      @champstark8974 5 місяців тому

      Excel doesn't work well I believe

  • @pjIIIEYE
    @pjIIIEYE 9 місяців тому +1

    Do you mind sharing the repo for this talk ?

    • @ambarishg
      @ambarishg  9 місяців тому +1

      github.com/ambarishg/AZURE-AI-VECTOR-SEARCH