We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc9b6d commit 8b33167Copy full SHA for 8b33167
.github/workflows/dev.yml
@@ -9,9 +9,9 @@ on:
9
required: true
10
description: Memory size of the lambda function
11
normalize_embeddings:
12
- 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"
13
verbose:
14
- 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
15
16
jobs:
17
deploy-dev:
0 commit comments