File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
9797Auto-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
105105These can also be set up programmatically without auto-configuration:
106106
You can’t perform that action at this time.
0 commit comments