Skip to content

amadeus-art/azure-openai-coding-dojo

Repository files navigation

Azure OpenAI Coding Dojos

Notebooks for Amadeus Coding Dojo sessions on Azure OpenAI, Langchain, Retrieval Augmented Generation, Prompt Engineering, Prompt injection etc.

The prompt engineering part is not covered in the notebooks. Please refer to the recording and the slides.

Notebooks

Azure OpenAI API Open In Colab
Langchain: intro, prompts and output parsers Open In Colab
ReAct: Make GPT reason and use external tools Open In Colab
Naive RAG Open In Colab
Advanced RAG with Reranking Open In Colab
Advanced RAG with LOTR (MergerRetriever) Open In Colab
RAG with Azure AI Search Open In Colab
NER for PII identification in a prompt Open In Colab
Toxity classification with distilbert Open In Colab
Private Question Answering Chain with Langchain Open In Colab
PII identification and toxity classification with langchain Open In Colab
Jailbreak detection with SmoothLLM Open In Colab