Azure Functions の Azure OpenAI Extension を使ってベクトル検索を構築する

Azure Functions では、Azure OpenAI 向けの拡張機能(Preview)が提供されています。 learn.microsoft.com今回は、拡張機能の Embeddings binding を使って、ベクトル検索を構築してみました。 その他の拡張機能については、別記事を参照してください。 gooner.hateblo.jp gooner.hateblo.jp gooner.hateblo.jp Embedding…