5 天以前 3d2fd3a3f7d0571721b0f894e07c80553fd1e26c
src/main/resources/application.yml
@@ -1,9 +1,19 @@
# Spring配置
spring:
  jackson:
    date-format: yyyy-MM-dd HH:mm:ss
    time-zone: GMT+8
  main:
    allow-circular-references: true
  profiles:
    active: dev
# Pinecone 向量数据库配置
pinecone:
  api-key: pcsk_4SJLnh_tNB3wSLJU8tc4E5P28PcXX8eCLdURqZpVhg1FMV8CRYxjneWdzqRdB5Ftqooi9
  index: xiaozhi-index
  namespace: knowledge-base
langchain4j:
  mcp:
    # MCP 服务端地址(根据实际部署的 MCP 服务调整)