Yyy0530 commited on
Commit
b97944f
·
verified ·
1 Parent(s): a302d1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ cli_args = get_cli_args()
20
 
21
  DEFAULT_CONFIG = {
22
  'model_path': 'BAAI/bge-base-en-v1.5',
23
- 'dataset_path': 'extracted_tool_embedding.jsonl',
24
  'vector_size': 768,
25
  'embedding_field': 'embedding',
26
  'id_field': 'id'
 
20
 
21
  DEFAULT_CONFIG = {
22
  'model_path': 'BAAI/bge-base-en-v1.5',
23
+ 'dataset_path': 'tool-embedding.jsonl',
24
  'vector_size': 768,
25
  'embedding_field': 'embedding',
26
  'id_field': 'id'