Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.51 KB

File metadata and controls

43 lines (23 loc) · 1.51 KB

03 - AI Orchestration

In this folder you will find exercises to help increase your understanding of the building blocks behind AI Orchestration of large language models (LLMs) into applications. We introduce concepts like Tokens, Embeddings and Vectors which allow AI Orchestration to overcome the size limitation of Prompts.

Below is a list of each of the labs in this section and what each one sets out to achieve.

01-Tokens

Tokens

In this lab, we'll walk through the basics of Tokens, how they relate to LLMs, and why counting them is important.

02-Embeddings

Embeddings

In this lab, we'll walk through the basics of creating Vectors using Embeddings and why they are important when it comes to AI Orchestration.

03-Qdrant

Qdrant

In this lab, we'll walk through using an open source vector store called Qdrant.

04-AI Search

Azure AI Search + Semantic Kernel C# Azure AI Search + Semantic Kernel Python Azure AI Search + Langchain Python

In this lab, we'll walk through using one of Azure's vector stores, Azure AI Search.

05-Functions

Function calling

In this lab, we'll walk through integrating external APIs into your chain.

06-Conversations

Conversations

In this lab, we'll walk through persisting your chat history in Azure CosmosDB.