Skip to content

Commit

Permalink
fix inferenceType typo in cloud integ tests (#237)
Browse files Browse the repository at this point in the history
* fix inferenceType typo

* remove treatUrlsAndPointersAsImages for structured index
  • Loading branch information
VitusAcabado authored Jun 4, 2024
1 parent a6398ab commit 70283fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/cloud_test_logic/cloud_test_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class CloudTestIndex(str, Enum):
CloudTestIndex.structured_image: {
"type": "structured",
"model": "open_clip/ViT-B-32/laion2b_s34b_b79k",
"infereceType": "marqo.CPU.small",
"inferenceType": "marqo.CPU.small",
"storageClass": "marqo.basic",
"allFields": [
{"name": "text_field_1", "type": "text", "features": ["lexical_search", "filter"]},
Expand Down Expand Up @@ -144,7 +144,6 @@ class CloudTestIndex(str, Enum):
# },
CloudTestIndex.structured_text: {
"type": "structured",
"treatUrlsAndPointersAsImages": False,
"model": "hf/all_datasets_v4_MiniLM-L6",
"allFields": [
{"name": "text_field_1", "type": "text", "features": ["lexical_search", "filter"]},
Expand Down

0 comments on commit 70283fe

Please sign in to comment.