Skip to content

Commit

Permalink
Fix semantic text match failure
Browse files Browse the repository at this point in the history
  • Loading branch information
kderusso committed Dec 16, 2024
1 parent bf1c0fe commit 7d76519
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ setup:
inference_id: sparse-inference-id
non_inference_field:
type: text
settings:
number_of_shards: 1
number_of_replicas: 0

- do:
indices.create:
Expand All @@ -73,6 +76,9 @@ setup:
inference_id: dense-inference-id
non_inference_field:
type: text
settings:
number_of_shards: 1
number_of_replicas: 0

- do:
indices.create:
Expand Down

0 comments on commit 7d76519

Please sign in to comment.