feat(workflow): implement a workflow node for knowledge base retrieval

This commit is contained in:
mengyonghao
2025-12-24 12:10:52 +08:00
parent d423e80ddb
commit 8c4d31e4d5
10 changed files with 179 additions and 40 deletions

View File

@@ -45,7 +45,7 @@ def get_chunded_knowledgeids(
business_logger.debug(f"Query the list of vectorized knowledge base IDs: username={current_user.username}")
try:
items = knowledge_repository.get_chunded_knowledgeids(
items = knowledge_repository.get_chunked_knowledgeids(
db=db,
filters=filters
)