Skip to content

Commit

Permalink
Fixing Integ Test Case (opensearch-project#383)
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Jain <[email protected]>
  • Loading branch information
vibrantvarun authored Oct 3, 2023
1 parent 9c37b0e commit 2c79d4d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/test/resources/processor/IndexMappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,16 @@
},
"passage_embedding": {
"type": "knn_vector",
"dimension": 768
"dimension": 768,
"method": {
"name": "hnsw",
"space_type": "l2",
"engine": "lucene",
"parameters": {
"ef_construction": 128,
"m": 24
}
}
},
"passage_text": {
"type": "text"
Expand Down

0 comments on commit 2c79d4d

Please sign in to comment.