# 向量存储配置spring.ai.vectorstore.pgvector.url=jdbc:postgresql://localhost:5432/vectordbspring.ai.vectorstore.pgvector.username=postgresspring.ai.vectorstore.pgvector.password=postgres# AI 模型配置spring.ai.ollama.base-url=http://localhost:11434spring.ai.ollama.model=llama2