Incorporating Azure OpenAI Services with Fabric to create insights from unstructured data

แชร์
ฝัง

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

  • @AA-kq8on
    @AA-kq8on 24 วันที่ผ่านมา

    Hi,
    can you please give the Data table i want the Table with this data to try the demo, thank you so much

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

    Can I use another LLM model like Meta Llama-3 or other model from hugging face instead of gpt 3.5?

    • @robkerrai
      @robkerrai  2 หลายเดือนก่อน +1

      You could, but you would need to deploy that LLM somewhere that you can reach it from Python. Azure OpenAI Services is hosting the model compute (and you pay per token). You can also pay per token by deploying models in Azure ML. You can also host the LLM(s) in other services on other cloud platforms and send them requests from a notebook in Fabric.

  • @shanksingh7613
    @shanksingh7613 8 หลายเดือนก่อน

    Nice keep making video

    • @robkerrai
      @robkerrai  8 หลายเดือนก่อน

      Thanks!

    • @stefanobucciol4279
      @stefanobucciol4279 4 หลายเดือนก่อน

      Genius! Can you please do a video of how the openAI model in Azure was configured in order to give you these results? Thanks