feat(milvus): milvus related updates (#1908)

- Add Milvus db_name configuration and client parameter support.
- change kb_data uuid for Milvus. 3. add MAX_BATCH_SIZE for openai.
- support more vector_size.
This commit is contained in:
Hadong
2026-01-09 16:03:43 +08:00
committed by GitHub
parent eb0e6aff68
commit 6b138943ce
4 changed files with 118 additions and 36 deletions
+1
View File
@@ -51,6 +51,7 @@ vdb:
milvus:
uri: 'http://127.0.0.1:19530'
token: ''
db_name: ''
pgvector:
host: '127.0.0.1'
port: 5433