Skip to content

Commit 825fd18

Browse files
Merge pull request #5698 from MicrosoftDocs/main
Merged by Learn.Build PR Management system
2 parents 92ff08a + 6e14c15 commit 825fd18

22 files changed

+101
-47
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ _repo.*/
1818
# CoPilot instructions and prompts
1919
.github/copilot-instructions.md
2020
.github/prompts/*.md
21+
.github/prompts/*.zip
2122
.github/patterns/*.md

articles/ai-foundry/foundry-local/concepts/foundry-local-architecture.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ titleSuffix: Foundry Local
44
description: Learn about the architecture and components of Foundry Local
55
manager: scottpolly
66
ms.service: azure-ai-foundry
7+
ms.subservice: foundry-local
78
ms.custom: build-2025
89
ms.topic: concept-article
10+
ms.author: jburchel
11+
ms.reviewer: samkemp
12+
author: jonburchel
13+
reviewer: samuel100
914
ms.date: 05/20/2025
10-
ms.author: samkemp
11-
author: samuel100
1215
---
1316

1417
# Foundry Local architecture

articles/ai-foundry/foundry-local/get-started.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
title: Get started with Foundry Local
33
titleSuffix: Foundry Local
44
description: Learn how to install, configure, and run your first AI model with Foundry Local
5-
author: samuel100
6-
ms.author: samkemp
75
manager: scottpolly
8-
ms.reviewer: samkemp
96
ms.date: 05/23/2025
107
ms.service: azure-ai-foundry
8+
ms.subservice: foundry-local
119
ms.topic: quickstart
10+
ms.reviewer: samkemp
11+
ms.author: jburchel
12+
author: jburchel
13+
reviewer: samuel100
1214
ms.custom:
1315
- build-2025
1416
- build-aifnd

articles/ai-foundry/foundry-local/how-to/how-to-chat-application-with-open-web-ui.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ description: Learn how to create a chat application using Foundry Local and Open
55
manager: scottpolly
66
keywords: Azure AI services, cognitive, AI models, local inference
77
ms.service: azure-ai-foundry
8+
ms.subservice: foundry-local
89
ms.topic: how-to
910
ms.date: 05/20/2025
11+
ms.author: jburchel
1012
ms.reviewer: samkemp
11-
ms.author: samkemp
12-
author: samuel100
13+
author: jonburchel
14+
reviewer: samuel100
1315
ms.custom: build-2025
1416
#customer intent: As a developer, I want to get started with Foundry Local so that I can run AI models locally.
1517
---

articles/ai-foundry/foundry-local/how-to/how-to-compile-hugging-face-models.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ titleSuffix: Foundry Local
44
description: Learn Compile and run Hugging Face models with Foundry Local.
55
manager: scottpolly
66
ms.service: azure-ai-foundry
7+
ms.subservice: foundry-local
78
ms.custom: build-2025
89
ms.topic: how-to
10+
ms.author: jburchel
11+
ms.reviewer: samkemp
12+
author: jonburchel
13+
reviewer: samuel100
914
ms.date: 05/20/2025
10-
ms.author: samkemp
11-
author: samuel100
1215
---
1316

1417
# Compile Hugging Face models to run on Foundry Local

articles/ai-foundry/foundry-local/how-to/how-to-integrate-with-inference-sdks.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ titleSuffix: Foundry Local
44
description: This article provides instructions on how to integrate Foundry Local with common Inferencing SDKs.
55
manager: scottpolly
66
ms.service: azure-ai-foundry
7+
ms.subservice: foundry-local
78
ms.custom: build-2025
89
ms.topic: how-to
10+
ms.author: jburchel
11+
ms.reviewer: samkemp
912
ms.date: 05/20/2025
10-
ms.author: samkemp
1113
zone_pivot_groups: foundry-local-sdk
12-
author: samuel100
14+
author: jonburchel
15+
reviewer: samuel100
1316
---
1417

1518
# Integrate inferencing SDKs with Foundry Local

articles/ai-foundry/foundry-local/how-to/how-to-use-langchain-with-foundry-local.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ description: Learn how to build a LangChain application using Foundry Local
55
manager: scottpolly
66
keywords: Azure AI services, cognitive, AI models, local inference
77
ms.service: azure-ai-foundry
8+
ms.subservice: foundry-local
89
ms.topic: how-to
910
ms.date: 05/20/2025
1011
ms.reviewer: eneros
11-
ms.author: eneros
12-
author: eneros
12+
ms.author: jburchel
13+
author: jonburchel
14+
reviewer: eneros
1315
ms.custom: build-2025
1416
zone_pivot_groups: foundry-local-langchain
1517
#customer intent: As a developer, I want to get started with Foundry Local so that I can run AI models locally.

articles/ai-foundry/foundry-local/includes/foundry-local-preview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: include file
44
author: jonburchel
55
ms.author: jburchel
66
ms.service: azure-ai-foundry
7+
ms.subservice: foundry-local
78
ms.topic: include
89
ms.date: 05/19/2025
910
ms.custom: include file

articles/ai-foundry/foundry-local/includes/integrate-examples/javascript.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
ms.service: azure-ai-foundry
3+
ms.subservice: foundry-local
34
ms.custom: build-2025
45
ms.topic: include
56
ms.date: 05/02/2025
6-
ms.author: maanavdalal
7-
author: maanavd
7+
ms.author: jburchel
8+
reviewer: maanavdalal
9+
author: jonburchel
10+
ms.reviewer: maanavd
811
---
912

1013
## Install Node.js packages

articles/ai-foundry/foundry-local/includes/integrate-examples/python.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
ms.service: azure-ai-foundry
3+
ms.subservice: foundry-local
34
ms.custom: build-2025
45
ms.topic: include
56
ms.date: 05/02/2025
6-
ms.author: maanavdalal
7-
author: maanavd
7+
ms.author: jburchel
8+
reviewer: maanavdalal
9+
ms.reviewer: maanavd
10+
author: jonburchel
811
---
912

1013
## Install pip packages

0 commit comments

Comments
 (0)