thivy commited on
Commit
07ac4fc
·
verified ·
1 Parent(s): 9e78e84

Fix: populate query/document prompt strings (were empty)

Browse files
Files changed (1) hide show
  1. config_sentence_transformers.json +2 -2
config_sentence_transformers.json CHANGED
@@ -6,8 +6,8 @@
6
  "pytorch": "2.9.1+cu128"
7
  },
8
  "prompts": {
9
- "query": "",
10
- "document": "",
11
  "anchor": "task: search result | query: ",
12
  "positive": "title: none | text: ",
13
  "negative": "title: none | text: "
 
6
  "pytorch": "2.9.1+cu128"
7
  },
8
  "prompts": {
9
+ "query": "task: search result | query: ",
10
+ "document": "title: none | text: ",
11
  "anchor": "task: search result | query: ",
12
  "positive": "title: none | text: ",
13
  "negative": "title: none | text: "