mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-13 21:06:01 +08:00
fix: typo $ mark in logs of vdb migrate command (#2901)
This commit is contained in:
parent
11636bc7c7
commit
d018e279f8
@ -254,7 +254,7 @@ def migrate_knowledge_vector_database():
|
|||||||
for dataset in datasets:
|
for dataset in datasets:
|
||||||
total_count = total_count + 1
|
total_count = total_count + 1
|
||||||
click.echo(f'Processing the {total_count} dataset {dataset.id}. '
|
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:
|
try:
|
||||||
click.echo('Create dataset vdb index: {}'.format(dataset.id))
|
click.echo('Create dataset vdb index: {}'.format(dataset.id))
|
||||||
if dataset.index_struct_dict:
|
if dataset.index_struct_dict:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user