Skip to content

Commit 1840e7b

Browse files
authored
feat: llamaindex and langchain (#165)
* feat: llamaindex and langchain * fix: lint * fix: size * fix: instructions * fix: ci * fix: connection string * fix: project connection string * nb: clean * readmes
1 parent bfc7842 commit 1840e7b

12 files changed

+2903
-0
lines changed

scenarios/langchain/README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
page_type: sample
3+
languages:
4+
- python
5+
products:
6+
- ai-services
7+
- azure-openai
8+
description: Examples about how to use LangChain with Azure AI Foundry.
9+
---
10+
11+
## Develop applications with LangChain and Azure AI Foundry
12+
13+
### Overview
14+
15+
In this article, you learn how to use LangChain with models deployed from the Azure AI model catalog in Azure AI Foundry portal.
16+
17+
### Objective
18+
19+
The main objective of this tutorial are:
20+
21+
- Learn how to use the package `langchain-core`, and `langchain-azure-ai` to build applications using models deployed to Azure AI Foundry.
22+
- Learn how to configure the use of different models in your chains.
23+
- Learn how to debug your code.
24+
- Learn how to trace your applications using Azure AI Foundry.
25+
26+
### Programming Languages
27+
28+
- Python
29+
30+
### Estimated Runtime: 30 mins
215 KB
Loading

0 commit comments

Comments
 (0)