Skip to content

Commit

Permalink
Fixing Test cases
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Jain <[email protected]>
  • Loading branch information
vibrantvarun committed Dec 29, 2023
1 parent cba8193 commit 8721079
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public void testSemanticSearch() throws Exception {
Map<String, Object> pipeline = getIngestionPipeline(PIPELINE_NAME);
assertNotNull(pipeline);
String modelId = getModelId(pipeline, TEXT_EMBEDDING_PROCESSOR);
loadModel(modelId);
addDocument(getIndexNameForTest(), "1", TEST_FIELD, TEXT_1);
validateTestIndex(modelId);
deletePipeline(PIPELINE_NAME);
Expand Down

0 comments on commit 8721079

Please sign in to comment.