RAG

RAG

Building a RAG Application with Spring Boot, Spring AI, MongoDB Atlas Vector Search, and OpenAI

Key Takeaways * RAG overcomes LLM limitations — Retrieval‑Augmented Generation blends text generation with live information retrieval from enterprise databases, producing accurate, explainable, up‑to‑date responses. * Spring Boot + Spring AI — Provide a robust enterprise integration layer for AI, enabling multi‑provider support without disruptive codebase changes. * MongoDB Atlas vector search

By Honghao Wang
DeepResearch Architecture and Practice Based on Spring AI Alibaba

Spring AI

DeepResearch Architecture and Practice Based on Spring AI Alibaba

DeepResearch System Documentation 1. Introduction & Overview DeepResearch is a Java-based intelligent research automation system built with Spring AI and Alibaba Graph. It enables an end-to-end workflow — from information gathering to analysis, and finally, structured report generation. Key Capabilities * Reasoning Chain: * Automatically constructs a logical analysis process from collected materials

By Honghao Wang

RAG

Building a RAG Application with Spring Boot, Spring AI, MongoDB Atlas Vector Search, and OpenAI

# Key Takeaways - **Retrieval-Augmented Generation (RAG)** overcomes the limitations of static LLMs by combining text generation with information retrieval from enterprise databases — ensuring **accuracy, context, and transparency**. - **Spring Boot + Spring AI** streamline AI model integration into enterprise apps, supporting **multiple providers** without invasive code or infrastructure changes. - **MongoDB

By Honghao Wang
C3 Repository AI Code Access Control Best Practices: Code Review with Qwen3-Coder + RAG

AI code review

C3 Repository AI Code Access Control Best Practices: Code Review with Qwen3-Coder + RAG

# LLM + RAG Code Review in C3-Level Repositories ## Summary This article details the **practical implementation** of an **LLM-based code review agent** in a **C3-level security** code repository. Due to strict security requirements and the prohibition of closed-source models, the solution is built on: - **Qwen3-Coder** - **RAG (Retrieval-Augmented Generation)** - **Iflow*

By Honghao Wang