📚

Azure OpenAIのサンプルまとめ

2023/09/27に公開

はじめに

Azure OpenAI Serviceを活用したサンプルが数多く登場しているため、ここにまとめていきます。

エンタープライズサーチ①

  • Azure OpenAIとAzure Cognitive Searchを中心とした文章検索シナリオのサンプル
  • LangChainのAgentを利用し、Cognitive searchのセマンティック検索とベクトル検索をツールとして定義
  • Azure AI Document Intelligence (旧称Form Recognizer)を使った文章の読み取りに対応
  • 自動で文章を分割、重複含めた形でチャンキング (chunking)を行ってベクトル化
  • Cosmos DBにインジェスト。ベクトル化された文章 (embedding)もCosmosに保存


MSUSAzureAccelerators/Knowledge-Mining-with-OpenAI: accelerate the deployment of a Python-based Knowledge Mining solution with OpenAI and use that engine to answer queries / questions specific to that Knowledge Base.

エンタープライズサーチ②

ビジネスプロセスオートメーション (BPA)

  • Azure Cognitive Services (OpenAI, Speech, Language, Form Recognizer, ReadAPI), Azure Machine Learningといた複数のAzure AIリソースから構成されるAIパイプラインを構築するためのサンプル
  • UIにユーザーがファイルをドラッグ&ドロップすると、そのファイルがパイプラインで自動的に処理され、Azure Blob Storageに加工後のファイルが保存される、といったパイプラインが構築可能。

    Azure/business-process-automation: Business process automation solution accelerator using Azure services

データベースアシスタント

  • データベースに対してチャットベースで問い合わせ、ChatGPTにReActベースでプランニングと実行を行わせ、最終的な結果を出力するというサンプル
  • サンプルはAzure SQL Database/SQL Serverを利用

    louis-li/SqlGPT

コールセンター

作成中らしきサンプル

まだコンテンツの作成中と思われるものもメモしておきます。

デザインパターン

GitHubで編集を提案
Microsoft (有志)

Discussion