remove trailing comma, bec. invalid JSON
Browse filesremove the trailing comma in the setting; throws an error when trying to load the model
config_sentence_transformers.json
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
},
|
7 |
"prompts": {
|
8 |
"query": "search_query: ",
|
9 |
-
"passage": "search_document: "
|
10 |
},
|
11 |
"default_prompt_name": null,
|
12 |
"similarity_fn_name": "cosine"
|
|
|
6 |
},
|
7 |
"prompts": {
|
8 |
"query": "search_query: ",
|
9 |
+
"passage": "search_document: "
|
10 |
},
|
11 |
"default_prompt_name": null,
|
12 |
"similarity_fn_name": "cosine"
|