PSLE 题库接进 Spring AI VectorStore 和 pgvector 之后,RAG 检索能按年级过滤,命中的题目再喂给多 Agent 解题链,重复请求由 Redis 缓存兜住。
Posts for: #singapore math
Spring AI 2.0.0-M2 的 Ollama think 字段问题:排查过程与 Interceptor 临时方案
disableThinking() 本该只关推理,结果 think 字段泄漏进了 options map,Ollama 返回 HTTP 400。上游修复还没进正式版,我用一个 ClientHttpRequestInterceptor 在请求发出前把它摘掉。
用 Java 25 结构化并发 + Spring AI 搭多 Agent 数学解题管线:新加坡数学 AI 辅导 Phase 1
多 Agent 数学解题管线的第一期用 Java 25 的 Structured Concurrency 加 Spring AI 2.0 和 Ollama 搭起来,Spring Boot 4.0 与 Gradle 9 的兼容性问题在过程中一起解决。