feature: 对接deer-flow (#54)

feature: 对接deer-flow
This commit is contained in:
hhhhsc701
2025-11-04 20:30:40 +08:00
committed by GitHub
parent dc30b0d892
commit f3958f08d9
710 changed files with 112812 additions and 52 deletions

View File

@@ -61,6 +61,17 @@ spring:
- classpath:config/application-datacollection.yml
- classpath:config/application-datamanagement.yml
ai:
mcp:
server:
name: datamate-backend-mcp-server
base-url: /api
capabilities:
resource: false
prompt: false
completion: false
tool: true
# MyBatis配置(需在顶层,不在 spring 下)
mybatis-plus:
configuration:
@@ -169,13 +180,5 @@ datamate:
# RAG配置
rag:
embedding:
model: ${RAG_EMBEDDING_MODEL:text-embedding-ada-002}
api-key: ${RAG_API_KEY:}
dimension: ${RAG_DIMENSION:1536}
chunk:
size: ${RAG_CHUNK_SIZE:512}
overlap: ${RAG_CHUNK_OVERLAP:50}
retrieval:
top-k: ${RAG_TOP_K:5}
score-threshold: ${RAG_SCORE_THRESHOLD:0.7}
milvus-host: ${MILVUS_HOST:milvus-standalone}
milvus-port: ${MILVUS_PORT:19530}