Skip to content

Latest commit

 

History

History
 
 

README.md

study-SpringAI

参考链接

官网文档 https://spring.io/projects/spring-ai

快速开始 https://docs.spring.io/spring-ai/reference/getting-started.html

https://www.baeldung.com/spring-ai

spring-ai-github Github Copilot https://juejin.cn/post/7450045521635328012

AI 常用知识点

https://github.com/darmenliu/learn-gen-ai-outline

AI 学习

learn-gen-ai-outline ??

https://github.com/darmenliu/learn-gen-ai-outline

基本概念

常用组件

MetaGPT

https://github.com/geekan/MetaGPT https://github.com/geekan/MetaGPT/blob/main/docs/README_CN.md

deepseek

curl https://api.deepseek.com/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer <DeepSeek API Key>" \
  -d '{
        "model": "deepseek-chat",
        "messages": [
          {"role": "system", "content": "You are a helpful assistant."},
          {"role": "user", "content": "Hello!"}
        ],
        "stream": false
      }'


Dify

https://docs.dify.ai/zh-hans/getting-started/install-self-hosted/docker-compose

快速开始

下载运行

Publish Remote

应用实践

下载运行

Publish Remote

原理解析

基本原理

知识库

搭建自己的知识库?

如何进行使用

API调用方式支持

MCP Server

https://github.com/punkpeye/awesome-mcp-servers

https://juejin.cn/post/7495966937101844530

AI-Tools

Agent-S

Nano banana

AnythingLLM

https://github.com/Mintplex-Labs/anything-llm

快速开始

下载运行

Publish Remote

应用实践

下载运行

Publish Remote

原理解析

基本原理

AI 应用实践

技术调研


技术站

应用实践