feat(knowledge): 实现外部直接插入知识库

This commit is contained in:
v-zhangjc9
2025-06-05 15:20:33 +08:00
parent 8b4827b164
commit e359bed97c
5 changed files with 145 additions and 1 deletions

View File

@@ -20,4 +20,7 @@
<chain id="embedding_submit">
SER(embedding_preview, import_vector_source)
</chain>
<chain id="embedding_submit_directly">
SER(import_vector_source)
</chain>
</flow>