We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a931e83 commit 8d6b103Copy full SHA for 8d6b103
tests/callback/test_callback.py
@@ -146,6 +146,7 @@ def test_pipeline_callbacks(dataset):
146
"query_prompt": None,
147
"sts_prompt": None,
148
"use_cache": False,
149
+ "similarity_fn_name": "cosine",
150
},
151
"k": 1,
152
"weights": "uniform",
@@ -180,6 +181,7 @@ def test_pipeline_callbacks(dataset):
180
181
182
183
184
185
186
187
"weights": "distance",
@@ -214,6 +216,7 @@ def test_pipeline_callbacks(dataset):
214
216
215
217
218
219
220
221
222
"module_name": "linear",
0 commit comments