22 小时以前 c9b9b7ec0b9a342dfcf0bea60c20765192b1db16
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 服务调整)