Azure / azure-functions-openai-extension

An extension that adds support for Azure OpenAI/ OpenAI bindings in Azure Functions for LLM (GPT-3.5-Turbo, GPT-4, etc)
MIT License
79 stars 29 forks source link

Added python embedding sample #67

Closed hallvictoria closed 6 months ago

hallvictoria commented 6 months ago

Added sample for embeddings in Python. AI decorators require azure-functions==1.20.0b2 or above.

Added README for embeddings samples. Edited main repo README to include this sample.