Azure-Samples / openai

The repository for all Azure OpenAI Samples complementing the OpenAI cookbook.
https://aka.ms/azure-openai
MIT License
1.05k stars 353 forks source link

add new sample sample for polyglot notebooks using llamaindex and hugging face #95

Closed colombod closed 7 months ago

colombod commented 7 months ago

The new sample shows polyglot notebook using python to access local models via hugging face and advanced rag patterns using llamaindex. finally .NET is used to expose those objects and create an api that can be consume in c# code

luisquintanilla commented 7 months ago

LGTM. Thanks @colombod