Skip to content

Commit 8144689

Browse files
committed
docs: drop spring-boot-semantic-kernel-chat refs (sample removed in 8fc5968da9)
The dedicated SK sample was removed from the main repo when 835ccfa45b made SK auto-config work as a transparent dep swap on spring-boot-ai-chat. SK is still reachable via `--runtime semantic-kernel` and the adapter capability matrix in tutorial 11 — only the now-orphan sample references in 00-cli, 11-ai-adapters, and whats-new are dropped.
1 parent cdcbc5b commit 8144689

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

docs/src/content/docs/tutorial/00-cli.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ plain `mvn compile`.
125125
| `rag` | `spring-boot-rag-chat` | RAG chat with Spring AI vector store + embeddings |
126126
| `agent` | `spring-boot-dentist-agent` | Single agent with `@Agent` / `@Command` + skill file |
127127
| `koog` | `spring-boot-koog-chat` | JetBrains Koog runtime (Kotlin) |
128-
| `semantic-kernel` | `spring-boot-semantic-kernel-chat` | Microsoft Semantic Kernel runtime |
129128
| `multi-agent` | `spring-boot-multi-agent-startup-team` | 5-agent `@Coordinator` fleet with A2A specialists |
130129
| `classroom` | `spring-boot-ai-classroom` | Multi-room shared AI (Spring Boot + Expo React Native client) |
131130

docs/src/content/docs/tutorial/11-ai-adapters.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,6 @@ Each runtime has a corresponding sample application in the repo:
450450
| `spring-boot-ai-tools` | Built-in, `@AiTool` tool calling | [github](https://github.com/Atmosphere/atmosphere/tree/main/samples/spring-boot-ai-tools) |
451451
| `spring-boot-rag-chat` | Spring AI + vector store | [github](https://github.com/Atmosphere/atmosphere/tree/main/samples/spring-boot-rag-chat) |
452452
| `spring-boot-koog-chat` | Koog | [github](https://github.com/Atmosphere/atmosphere/tree/main/samples/spring-boot-koog-chat) |
453-
| `spring-boot-semantic-kernel-chat` | Microsoft Semantic Kernel | [github](https://github.com/Atmosphere/atmosphere/tree/main/samples/spring-boot-semantic-kernel-chat) |
454453
| `spring-boot-dentist-agent` | Built-in + `@Agent`/`@Command` workflow | [github](https://github.com/Atmosphere/atmosphere/tree/main/samples/spring-boot-dentist-agent) |
455454
| `spring-boot-multi-agent-startup-team` | Coordinator + multi-agent | [github](https://github.com/Atmosphere/atmosphere/tree/main/samples/spring-boot-multi-agent-startup-team) |
456455

docs/src/content/docs/whats-new.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ Highlights:
370370
| `spring-boot-durable-sessions` | Session persistence across restarts |
371371
| `spring-boot-channels-chat` | Multi-channel (Slack/Telegram/Discord) chat |
372372
| `spring-boot-koog-chat` | Koog runtime streaming chat |
373-
| `spring-boot-semantic-kernel-chat` | Microsoft Semantic Kernel runtime streaming chat |
374373
| `spring-boot-otel-chat` | OpenTelemetry tracing with Jaeger |
375374
| `quarkus-chat` | Quarkus extension chat |
376375
| `grpc-chat` | Standalone gRPC transport |

0 commit comments

Comments
 (0)