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
73 stars 26 forks source link

Python RAG AI Search Example #70

Closed hallvictoria closed 4 months ago

hallvictoria commented 4 months ago

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

Updated README for RAG AI search samples. Edited main repo README to include this sample.