Skip to content

Commit

Permalink
Merge pull request #138 from langchain-ai/infra/fix-script-name
Browse files Browse the repository at this point in the history
fix: update script name
  • Loading branch information
langchain-infra authored Aug 4, 2024
2 parents ed19891 + 8f355ac commit 752a49f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/langsmith/docs/ENABLE-FEATURE-FLAG-FOR-ORGANIZATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ Ensure you have the following tools/items ready.
Run the following command to run feature flag script

```bash
sh enable_feature_flag_in_organization.sh <postgres connection url> <organization id> <feature flag name>
sh enable_feature_flag_for_organization.sh <postgres connection url> <organization id> <feature flag name>
```

For example, if you are using the script directly with port-forwarding, the command would look like:

```bash
sh enable_feature_flag_in_organization.sh "postgres://postgres:postgres@localhost:5432/postgres" "6a389372-6e79-5cd0-bf66-d70249fb676e" "conversation_view_enabled"
sh enable_feature_flag_for_organization.sh "postgres://postgres:postgres@localhost:5432/postgres" "6a389372-6e79-5cd0-bf66-d70249fb676e" "conversation_view_enabled"
```

If you visit the Langsmith UI, you should now see the feature flag enabled.

0 comments on commit 752a49f

Please sign in to comment.