Skip to content

Commit 11323a0

Browse files
authored
docs: add module quickstart matrix to README (#452)
Co-authored-by: however <however-yir@users.noreply.github.com>
1 parent 98288c2 commit 11323a0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,12 @@
1717
## 参与建设
1818

1919
欢迎任何形式的代码贡献。
20+
21+
## Quickstart Matrix (Community Contribution)
22+
23+
| module | purpose | command | required services | env vars |
24+
|---|---|---|---|---|
25+
| spring-ai-alibaba-mcp-example | MCP demo | `mvn -pl spring-ai-alibaba-mcp-example spring-boot:run` | none/local mcp tool | model api key |
26+
| spring-ai-alibaba-rag-example | RAG demo | `mvn -pl spring-ai-alibaba-rag-example spring-boot:run` | vector db (optional by profile) | model api key, embedding model |
27+
| spring-ai-alibaba-tool-calling-example | tool calling | `mvn -pl spring-ai-alibaba-tool-calling-example spring-boot:run` | none | model api key |
28+

0 commit comments

Comments
 (0)