记录 Spring AI 2.0.0-M2 中 OllamaChatOptions.disableThinking() 导致 Ollama 返回 HTTP 400 的 bug,分析根因、对比两种绕过方案的 tradeoff,最终选择 ClientHttpRequestInterceptor 作为最小侵入的临时修复。
Posts for: #singapore math
用 Spring AI + pgvector 构建 RAG 知识库 — 新加坡数学 AI 辅导 Phase 2 实战
Phase 2 实战:使用 Spring AI VectorStore + pgvector 构建 PSLE 题库 RAG 检索,融入多 Agent 解题链,搭配 Redis 缓存实现秒级响应。
用 Java 25 + Spring AI 构建新加坡小学数学 AI 辅导 App — Phase 1 实战记录
Phase 1 实战:使用 Java 25 Structured Concurrency + Spring AI 2.0 + Ollama 搭建多 Agent 数学解题管线,踩坑 Spring Boot 4.0 + Gradle 9 兼容性。