Skip to content

Commit

Permalink
0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
langchain-infra committed Jun 18, 2024
1 parent 1248fd2 commit e7a315b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion python/langsmith/cli/.env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Don't change this file. Instead, copy it to .env and change the values there. The default values will work out of the box as long as you provide your license key.
_LANGSMITH_IMAGE_VERSION=0.6.7
_LANGSMITH_IMAGE_VERSION=0.6.9
LANGSMITH_LICENSE_KEY=your-license-key # Change to your Langsmith license key
OPENAI_API_KEY=your-openai-api-key # Needed for Magic Query features
AUTH_TYPE=none # Set to oauth if you want to use OAuth2.0
Expand Down
8 changes: 4 additions & 4 deletions python/langsmith/cli/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: "4"
services:
langchain-playground:
image: langchain/langsmith-playground:${_LANGSMITH_IMAGE_VERSION:-0.6.7}
image: langchain/langsmith-playground:${_LANGSMITH_IMAGE_VERSION:-0.6.9}
ports:
- 3001:3001
langchain-frontend:
image: langchain/langsmith-frontend:${_LANGSMITH_IMAGE_VERSION:-0.6.7}
image: langchain/langsmith-frontend:${_LANGSMITH_IMAGE_VERSION:-0.6.9}
environment:
- VITE_BACKEND_AUTH_TYPE=${AUTH_TYPE:-none}
- VITE_OAUTH_CLIENT_ID=${OAUTH_CLIENT_ID}
Expand All @@ -16,7 +16,7 @@ services:
- langchain-backend
- langchain-playground
langchain-backend:
image: langchain/langsmith-backend:${_LANGSMITH_IMAGE_VERSION:-0.6.7}
image: langchain/langsmith-backend:${_LANGSMITH_IMAGE_VERSION:-0.6.9}
environment:
- PORT=1984
- LANGCHAIN_ENV=local_docker
Expand Down Expand Up @@ -50,7 +50,7 @@ services:
condition: service_completed_successfully
restart: always
langchain-platform-backend:
image: langchain/langsmith-go-backend:${_LANGSMITH_IMAGE_VERSION:-0.6.7}
image: langchain/langsmith-go-backend:${_LANGSMITH_IMAGE_VERSION:-0.6.9}
environment:
- PORT=1986
- LANGCHAIN_ENV=local_docker
Expand Down

0 comments on commit e7a315b

Please sign in to comment.