Skip to content

Commit

Permalink
fix: Fix workspace creation (type error)
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-marion authored and bigadsoleiman committed Aug 8, 2024
1 parent 0226f4c commit abe740a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def create_workspace_open_search(
"format_version": 1,
"name": workspace_name,
"engine": "opensearch",
"status": WorkspaceStatus.SUBMITTED,
"status": WorkspaceStatus.SUBMITTED.value,
"embeddings_model_provider": embeddings_model_provider,
"embeddings_model_name": embeddings_model_name,
"embeddings_model_dimensions": embeddings_model_dimensions,
Expand Down

0 comments on commit abe740a

Please sign in to comment.