Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/langsmith/cicd-pipeline-example.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ See the [LangGraph CLI build documentation](/langsmith/cli#build) for more detai

#### Database & cache configuration

By default, LangSmith Deployment create PostgreSQL and Redis instances for you. To use external services, set the following environment variables in your new deployment or revision:
By default, LangSmith Deployment creates PostgreSQL and Redis instances for you. To use external services, set the following environment variables in your new deployment or revision:

```bash
# Set environment variables for external services
Expand Down
Loading