Skip to content

Commit

Permalink
Update settings_object.py (#497)
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua <[email protected]>
  • Loading branch information
pandu-k and vicilliar authored Oct 26, 2023
1 parent dbd7d6a commit 2daf885
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/marqo/tensor_search/models/settings_object.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
The settings object should be validated by JSON schema, rather than PyDantic, so that it can be used as a template for
documentation and potentially front-end validation (for usability).
"""
from marqo.tensor_search import enums as ns_enums
from marqo.tensor_search.enums import IndexSettingsField as NsFields, EnvVars, ObjectStores
from marqo.tensor_search.utils import read_env_vars_and_defaults, read_env_vars_and_defaults_ints
Expand Down

0 comments on commit 2daf885

Please sign in to comment.