Skip to content

Commit

Permalink
v7.0.0.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
BBC-Esq authored Jan 3, 2025
1 parent 22e7c97 commit bcea113
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/setup_windows_cp311.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,8 @@ def update_config_yaml():
if 'user_manual' not in config['created_databases']:
config['created_databases']['user_manual'] = {}

config['created_databases']['user_manual']['chunk_overlap'] = 349
config['created_databases']['user_manual']['chunk_size'] = 700
config['created_databases']['user_manual']['chunk_overlap'] = 549
config['created_databases']['user_manual']['chunk_size'] = 1100
config['created_databases']['user_manual']['model'] = vector_model_path

with open(config_path, 'w', encoding='utf-8') as file:
Expand Down
4 changes: 2 additions & 2 deletions src/setup_windows_cp312.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,8 @@ def update_config_yaml():
if 'user_manual' not in config['created_databases']:
config['created_databases']['user_manual'] = {}

config['created_databases']['user_manual']['chunk_overlap'] = 349
config['created_databases']['user_manual']['chunk_size'] = 700
config['created_databases']['user_manual']['chunk_overlap'] = 549
config['created_databases']['user_manual']['chunk_size'] = 1100
config['created_databases']['user_manual']['model'] = vector_model_path

with open(config_path, 'w', encoding='utf-8') as file:
Expand Down

0 comments on commit bcea113

Please sign in to comment.