SpringAI集成RAG实操(postgresql+pgvector)中(集成到项目中)
1、在pom.xml 引入依赖<!-- 自动整合 PGVector 向量存储 --><dependency><groupId>org.springframework.ai</groupId><artifactId>spring-ai-starter-vector-store-pgvector</artifactId><version>1.0.0-M7</version></dep…
2026/8/26 20:20:06