From 868fcaa87c04dff9a85dc4894392572ed2399f85 Mon Sep 17 00:00:00 2001 From: denniszielke <11569044+denniszielke@users.noreply.github.com> Date: Tue, 30 Jan 2024 15:45:17 +0100 Subject: [PATCH] move lab --- .../{04-Functions => 05-Functions}/function-calling.ipynb | 0 labs/03-orchestration/README.md | 6 ++++++ 2 files changed, 6 insertions(+) rename labs/03-orchestration/{04-Functions => 05-Functions}/function-calling.ipynb (100%) diff --git a/labs/03-orchestration/04-Functions/function-calling.ipynb b/labs/03-orchestration/05-Functions/function-calling.ipynb similarity index 100% rename from labs/03-orchestration/04-Functions/function-calling.ipynb rename to labs/03-orchestration/05-Functions/function-calling.ipynb diff --git a/labs/03-orchestration/README.md b/labs/03-orchestration/README.md index ac53a9a..eb65479 100644 --- a/labs/03-orchestration/README.md +++ b/labs/03-orchestration/README.md @@ -29,3 +29,9 @@ In this lab, we'll walk through using an open source vector store called Qdrant. [Azure AI Search + Langchain Python](04-ACS/acs-lc-python.ipynb) In this lab, we'll walk through using one of Azure's vector stores, **Azure AI Search**. + +## 05-Functions + +[Function calling](05-Functions/function-calling.ipynb) + +In this lab, we'll walk through integrating external APIs into your chain. \ No newline at end of file