Skip to content

Commit b6de0a7

Browse files
Align markdown tables
1 parent 0fbfec4 commit b6de0a7

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

temporal-spring-ai/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ Integrates [Spring AI](https://docs.spring.io/spring-ai/reference/) with [Tempor
44

55
## Compatibility
66

7-
| Dependency | Minimum Version |
8-
|---|---|
9-
| Java | 17 |
10-
| Spring Boot | 3.x |
11-
| Spring AI | 1.1.0 |
12-
| Temporal Java SDK | 1.33.0 |
7+
| Dependency | Minimum Version |
8+
|-------------------|-----------------|
9+
| Java | 17 |
10+
| Spring Boot | 3.x |
11+
| Spring AI | 1.1.0 |
12+
| Temporal Java SDK | 1.33.0 |
1313

1414
## Quick Start
1515

@@ -96,11 +96,11 @@ Auto-detected and executed as Nexus operations, similar to activity stubs.
9696

9797
Auto-configured when their dependencies are on the classpath:
9898

99-
| Feature | Dependency | What it registers |
100-
|---|---|---|
101-
| Vector Store | `spring-ai-rag` | `VectorStoreActivity` |
102-
| Embeddings | `spring-ai-rag` | `EmbeddingModelActivity` |
103-
| MCP | `spring-ai-mcp` | `McpClientActivity` |
99+
| Feature | Dependency | What it registers |
100+
|--------------|-----------------|--------------------------|
101+
| Vector Store | `spring-ai-rag` | `VectorStoreActivity` |
102+
| Embeddings | `spring-ai-rag` | `EmbeddingModelActivity` |
103+
| MCP | `spring-ai-mcp` | `McpClientActivity` |
104104

105105
These can also be set up programmatically without auto-configuration:
106106

0 commit comments

Comments
 (0)