File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ def test_semantic_search_input_valid_creation(self):
165165 "embeddingsModel" : OpenAIModels .DefaultEmbeddingsModel , # NoQA
166166 "type" : "semanticSearch" ,
167167 "collection" : "test_collection" ,
168- "searchconnectionName " : "test_connection" ,
168+ "searchConnectionName " : "test_connection" ,
169169 "systemPrompt" : "test_prompt" ,
170170 "maxKnowledgeCount" : 1 ,
171171 "temperature" : "1" ,
@@ -195,7 +195,7 @@ def test_embeddings_store_output_valid_creation(self):
195195 "inputType" : "test_input_type" ,
196196 "collection" : "test_collection" ,
197197 "embeddingsModel" : OpenAIModels .DefaultEmbeddingsModel ,
198- "storeconnectionName " : "test_connection" ,
198+ "storeConnectionName " : "test_connection" ,
199199 "maxOverlap" : 1 ,
200200 "maxChunkLength" : 1 ,
201201 "type" : "embeddingsStore" })
You can’t perform that action at this time.
0 commit comments