Skip to content

Commit

Permalink
chore: updated description of normalize_embeddings and verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
limcheekin committed Nov 13, 2023
1 parent edc9b6d commit 8b33167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
required: true
description: Memory size of the lambda function
normalize_embeddings:
description: Enabled by default. You can disable it by specify "0" or "False"
description: Normalize embeddings enabled by default. Disable it by specify "0" or "False"
verbose:
description: Enabled verbose logging in the console by specify any value, otherwise leave it blank
description: Verbose logging disabled by default. Enabled it by specify any value, otherwise leave it blank

jobs:
deploy-dev:
Expand Down

0 comments on commit 8b33167

Please sign in to comment.