Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions translations/ja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ foundry model run phi-3.5-mini # インタラクティブチャットを開始

---

### パート2:Foundry Local SDKを深掘り
### パート2:Foundry Local SDK 詳細解説

**ラボガイド:** [`labs/part2-foundry-local-sdk.md`](labs/part2-foundry-local-sdk.md)

Expand Down Expand Up @@ -137,7 +137,7 @@ foundry model run phi-3.5-mini # インタラクティブチャットを開始

---

### パート4:リトリーバル拡張生成(RAG)
### パート4:検索拡張生成(RAG)

**ラボガイド:** [`labs/part4-rag-fundamentals.md`](labs/part4-rag-fundamentals.md)

Expand Down Expand Up @@ -195,7 +195,7 @@ foundry model run phi-3.5-mini # インタラクティブチャットを開始

---

### パート7:Zava Creative Writer - キャップストーンアプリ
### パート7:Zava Creative Writer - 総仕上げアプリケーション

**ラボガイド:** [`labs/part7-zava-creative-writer.md`](labs/part7-zava-creative-writer.md)

Expand Down Expand Up @@ -254,7 +254,7 @@ foundry model run phi-3.5-mini # インタラクティブチャットを開始

---

### パート 10: カスタムまたはHugging Faceモデルの使用
### パート10: カスタムまたはHugging Faceモデルの使用

**ラボガイド:** [`labs/part10-custom-models.md`](labs/part10-custom-models.md)

Expand All @@ -267,7 +267,7 @@ foundry model run phi-3.5-mini # インタラクティブチャットを開始

---

### パート 11: ローカルモデルでのツール呼び出し
### パート11: ローカルモデルでのツール呼び出し

**ラボガイド:** [`labs/part11-tool-calling.md`](labs/part11-tool-calling.md)

Expand All @@ -288,7 +288,7 @@ foundry model run phi-3.5-mini # インタラクティブチャットを開始

---

### パート 12: ZavaクリエイティブライターのWeb UI構築
### パート12: ZavaクリエイティブライターのWeb UI構築

**ラボガイド:** [`labs/part12-zava-ui.md`](labs/part12-zava-ui.md)

Expand All @@ -315,7 +315,7 @@ foundry model run phi-3.5-mini # インタラクティブチャットを開始

---

### パート 13: ワークショップ完了
### パート13: ワークショップ完了

**ラボガイド:** [`labs/part13-workshop-complete.md`](labs/part13-workshop-complete.md)

Expand Down Expand Up @@ -357,7 +357,7 @@ foundry model run phi-3.5-mini # インタラクティブチャットを開始
│ ├── foundry-local-tool-calling.mjs # Tool/function calling
│ └── package.json
├── zava-creative-writer-local/ # Production multi-agent app
│ ├── ui/ # Shared browser UI (Part 12)
│ ├── ui/ # Shared browser UI (パート12)
│ │ ├── index.html # Page layout
│ │ ├── style.css # Styling
│ │ └── app.js # Stream reader and DOM updates
Expand All @@ -370,13 +370,13 @@ foundry model run phi-3.5-mini # インタラクティブチャットを開始
│ │ └── agents/ # Researcher, Product, Writer, Editor
│ ├── javascript/ # Node.js CLI and web server
│ │ ├── main.mjs # CLI entry point
│ │ ├── server.mjs # HTTP server with UI (Part 12)
│ │ ├── server.mjs # HTTP server with UI (パート12)
│ │ ├── foundryConfig.mjs
│ │ └── package.json
│ ├── csharp/ # .NET 9 console app
│ │ ├── Program.cs
│ │ └── ZavaCreativeWriter.csproj
│ └── csharp-web/ # .NET 9 web API (Part 12)
│ └── csharp-web/ # .NET 9 web API (パート12)
│ ├── Program.cs
│ └── ZavaCreativeWriterWeb.csproj
├── labs/ # Step-by-step lab guides
Expand All @@ -394,7 +394,7 @@ foundry model run phi-3.5-mini # インタラクティブチャットを開始
│ ├── part12-zava-ui.md
│ └── part13-workshop-complete.md
├── samples/
│ └── audio/ # Zava-themed WAV files for Part 9
│ └── audio/ # Zava-themed WAV files for パート9
│ ├── generate_samples.py # TTS script (pyttsx3) to create WAVs
│ └── README.md # Sample descriptions
├── AGENTS.md # Coding agent instructions
Expand Down Expand Up @@ -433,4 +433,4 @@ foundry model run phi-3.5-mini # インタラクティブチャットを開始
<!-- CO-OP TRANSLATOR DISCLAIMER START -->
**免責事項**:
本書類は AI 翻訳サービス [Co-op Translator](https://github.com/Azure/co-op-translator) を使用して翻訳されています。正確性を期していますが、自動翻訳には誤りや不正確な点が含まれる可能性があることをご了承ください。原文はその言語における正式な文書として扱われるべきです。重要な情報については専門の人間翻訳をお勧めします。本翻訳の利用による誤解や誤訳については一切責任を負いかねます。
<!-- CO-OP TRANSLATOR DISCLAIMER END -->
<!-- CO-OP TRANSLATOR DISCLAIMER END -->