Skip to content

Commit

Permalink
Merge pull request #26 from langchain-ai/infra/update-oauth-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
agola11 authored Dec 14, 2023
2 parents 708b0e8 + c61fe4e commit 8b01819
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion charts/langsmith/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ Ensure you have the following tools/items ready.
4. OpenAI API Key(optional).
1. Used for natural language search feature. Can specify OpenAI key in browser as well for the playground feature.
5. Oauth Configuration(optional).
1. You can configure oauth using the `values.yaml` file. You will need to provide a `client_id` and `client_issuer_url` for your oauth provider. We currently support anything that is OIDC compliant.
1. You can configure oauth using the `values.yaml` file. You will need to provide a `client_id` and `client_issuer_url` for your oauth provider.
2. Note, we do rely on the OIDC Authorization Code with PKCE flow. We currently support almost anything that is OIDC compliant however Google does not support this flow.
6. External Postgres(optional).
1. You can configure external postgres using the `values.yaml` file. You will need to provide connection parameters for your postgres instance.
2. If using a schema other than public, ensure that you do not have any other schemas with the pgcrypto extension enabled or you must include that in your search path.
Expand Down
3 changes: 2 additions & 1 deletion charts/langsmith/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ Ensure you have the following tools/items ready.
4. OpenAI API Key(optional).
1. Used for natural language search feature. Can specify OpenAI key in browser as well for the playground feature.
5. Oauth Configuration(optional).
1. You can configure oauth using the `values.yaml` file. You will need to provide a `client_id` and `client_issuer_url` for your oauth provider. We currently support anything that is OIDC compliant.
1. You can configure oauth using the `values.yaml` file. You will need to provide a `client_id` and `client_issuer_url` for your oauth provider.
2. Note, we do rely on the OIDC Authorization Code with PKCE flow. We currently support almost anything that is OIDC compliant however Google does not support this flow.
6. External Postgres(optional).
1. You can configure external postgres using the `values.yaml` file. You will need to provide connection parameters for your postgres instance.
2. If using a schema other than public, ensure that you do not have any other schemas with the pgcrypto extension enabled or you must include that in your search path.
Expand Down

0 comments on commit 8b01819

Please sign in to comment.