Skip to content

Commit d0cd8a9

Browse files
committed
Merge branch 'develop' v0.5.7
2 parents 1fa52e3 + c7ee312 commit d0cd8a9

5 files changed

Lines changed: 16 additions & 2 deletions

File tree

docs-site/astro.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export default defineConfig({
3838
{ label: "Architecture", slug: "architecture" },
3939
{ label: "Deployment", slug: "deployment" },
4040
{ label: "ALB Hosting", slug: "alb-hosting" },
41+
{ label: "Private Network Deployment", slug: "deployment-private-network" },
4142
{ label: "Configuration", slug: "configuration" },
4243
{
4344
label: "Configuration Versions",
@@ -98,6 +99,7 @@ export default defineConfig({
9899
slug: "evaluation-enhanced-reporting",
99100
},
100101
{ label: "Test Studio", slug: "test-studio" },
102+
{ label: "Creating Custom Test Sets", slug: "creating-custom-test-sets" },
101103
{ label: "MLflow Experiment Tracking", slug: "mlflow-integration" },
102104
],
103105
},
@@ -125,6 +127,7 @@ export default defineConfig({
125127
slug: "lambda-hook-inference",
126128
},
127129
{ label: "Nova Fine-Tuning", slug: "nova-finetuning" },
130+
{ label: "Custom Model Fine-Tuning", slug: "custom-model-finetuning" },
128131
{ label: "Service Tiers", slug: "service-tiers" },
129132
],
130133
},
@@ -152,6 +155,7 @@ export default defineConfig({
152155
label: "Role-Based Access Control (RBAC)",
153156
slug: "rbac",
154157
},
158+
{ label: "External Identity Provider", slug: "external-idp" },
155159
{ label: "GovCloud Deployment", slug: "govcloud-deployment" },
156160
{
157161
label: "EU Region Model Support",

docs/creating-custom-test-sets.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
---
42
title: "Creating Custom Test Sets with Ground Truth"
53
---

docs/custom-model-finetuning.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: "Custom Model Fine-Tuning"
3+
---
4+
15
# Custom Model Fine-Tuning
26

37
This guide explains how to fine-tune Nova models for document classification using the IDP Accelerator.

docs/deployment-private-network.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: "Deploying IDP in a Private Network"
3+
---
4+
15
# Deploying IDP in a Private Network
26

37
This runbook deploys the GenAI IDP Accelerator in a **fully private / air-gapped environment**:

docs/external-idp.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: "External Identity Provider (Federation)"
3+
---
4+
15
# External Identity Provider (Federation)
26

37
This guide covers how to configure an external SAML or OIDC identity provider to federate authentication through Amazon Cognito for the GenAI IDP solution. Federated users sign in through their organization's identity provider and are automatically mapped to Cognito groups (Admin, Author, Reviewer, Viewer) based on group claims from the IdP.

0 commit comments

Comments
 (0)