Merge branch 'main' into feat/workflow-backend

# Conflicts:
#	api/core/model_runtime/model_providers/anthropic/llm/llm.py
This commit is contained in:
takatost
2024-03-20 00:06:33 +08:00
26 changed files with 801 additions and 30 deletions

View File

@ -254,7 +254,7 @@ def migrate_knowledge_vector_database():
for dataset in datasets:
total_count = total_count + 1
click.echo(f'Processing the {total_count} dataset {dataset.id}. '
+ f'{create_count} created, ${skipped_count} skipped.')
+ f'{create_count} created, {skipped_count} skipped.')
try:
click.echo('Create dataset vdb index: {}'.format(dataset.id))
if dataset.index_struct_dict: