Skip to content

Commit

Permalink
update langevals: #989
Browse files Browse the repository at this point in the history
  • Loading branch information
gschmutz committed Jan 1, 2025
1 parent 7457fde commit e50c268
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
1 change: 1 addition & 0 deletions documentation/port-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,7 @@ Container Port(s) | Internal Port(s) | Service (alternatives) |
28414 | 8000 | neo4j-kg-builder-backend |
28415 | 8000 | neo4j-kg-builder-frontend |
28416 | 8080 | langwatch-nlp |
28417 | 8000 | langevals |


## Ports > 28500
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12880,10 +12880,6 @@ services:
labels:
com.platys.name: 'langwatch'
com.platys.description: 'LLMOps platform'
com.platys.webui.title: 'LangWatch NLP service'
com.platys.webui.url: "http://dataplatform:28416"
com.platys.restapi.title: 'LangWatch NLP service REST API'
com.platys.restapi.url: "http://dataplatform:28416/api/public/health"
ports:
- "28416:8080"
environment:
Expand Down Expand Up @@ -13043,18 +13039,18 @@ services:
{%if LANGEVALS_enable | default(false) %}
# ================================== LangEvals ========================================== #
langevals:
image: langwatch/langevals:{{__LANGWATCH_version}}
image: langwatch/langevals:{{__LANGEVALS_version}}
container_name: langevals
hostname: langevals
labels:
com.platys.name: 'langevals'
com.platys.description: 'LLM engineering platform'
com.platys.webui.title: 'Langfuse UI'
com.platys.webui.url: "http://dataplatform:28366"
com.platys.webui.title: 'LangEvals UI'
com.platys.webui.url: "http://dataplatform:28417"
com.platys.restapi.title: 'Langfuse REST API'
com.platys.restapi.url: "http://dataplatform:28366/api/public/health"
com.platys.restapi.url: "http://dataplatform:28417/api/public/health"
ports:
- "8000:8000"
- "28417:8000"
environment:
DISABLE_EVALUATORS_PRELOAD: true
{%if use_timezone | default(false) %}
Expand Down

0 comments on commit e50c268

Please sign in to comment.