Skip to content

Releases: marqo-ai/terraform-provider-marqo

v1.1.0

13 Nov 04:36
4e31c20
Compare
Choose a tag to compare

1.1.0

Features

This update adds support for the following fields

  • treat_urls_and_pointers_as_media
  • video_preprocessing
  • audio_preprocessing
  • model_properties

Within model_properties:

  • name
  • dimensions
  • type
  • tokens
  • model_location
  • url
  • trust_remote_code
  • filter_string_max_length

Within model_location:

  • s3: Has the keys bucket, and key
  • hf: Has the keys repo_id, and filename
  • auth_required

v1.0.1

31 Jul 02:07
59e666a
Compare
Choose a tag to compare

1.0.1

Features

  • Read all indexes in your cloud account
  • Create, Update, and Delete new indexes based on your own configuration files
  • Support for both Unstructured and Structured Indexes

Bug Fixes

  • Fix validation of some fields in structured indexes

v1.0.0-alpha.1

23 Jul 09:17
59e666a
Compare
Choose a tag to compare

1.0.0-alpha.1

Bug Fixes

  • Fix validation of null dependentFields and features in the allFields field of structured index settings

v1.0.0-alpha

22 Jul 03:30
cb6b015
Compare
Choose a tag to compare

1.0.0-alpha

Features

  • Read all indexes in your cloud account
  • Create, Update, and Delete new indexes based on your own configuration files
  • Support for both Unstructured and Structured Indexes