https://github.com/zlt2000/zlt-spring-ai-app
spring-ai智能应用
https://github.com/zlt2000/zlt-spring-ai-app
ai
Last synced: 4 months ago
JSON representation
spring-ai智能应用
- Host: GitHub
- URL: https://github.com/zlt2000/zlt-spring-ai-app
- Owner: zlt2000
- License: apache-2.0
- Created: 2025-02-27T08:40:34.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-10T01:23:58.000Z (about 1 year ago)
- Last Synced: 2025-03-10T02:43:43.905Z (about 1 year ago)
- Topics: ai
- Language: HTML
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 文章清单
- 《[Spring AI与DeepSeek实战一:快速打造智能对话应用](https://mp.weixin.qq.com/s/Y4hRX5gmmGcSxc_YK0TAgw)》
- 《[Spring AI与DeepSeek实战二:打造企业级智能体](https://mp.weixin.qq.com/s/g73g6JpE73GcAEy8MygBlg)》
- 《[Spring AI与DeepSeek实战三:打造企业知识库](https://mp.weixin.qq.com/s/Hv11MahaaEfHJP4DEFi2tg)》
## 接口清单
- 普通对话:http://localhost:8080/ai/chat
- 模板对话:http://localhost:8080/ai/chatTemp
- 流式对话:http://localhost:8080/ai/steamChat
- 翻译:http://localhost:8080/agent/translate
- RAG搜索:http://localhost:8080/rag/search
## 页面清单
- 智能对话助手(模板对话):http://localhost:8080
- 智能对话助手(流式对话):http://localhost:8080/streamChat.html
- 智能翻译助手:http://localhost:8080/translate.html