Skip to content
Closed
Show file tree
Hide file tree
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 comps/text2cypher/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pydub
pyprojroot
sentence-transformers==3.2.1
shortuuid
transformers==4.45.2
transformers==4.48.0
unstructured
urllib3
uvicorn
Expand Down
2 changes: 1 addition & 1 deletion comps/text2graph/deployment/docker_compose/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
image: opea/text2graph:${TAG:-latest}
container_name: text2graph-gaudi-server
ports:
- ${TEXT2GRAPH_PORT:-9090}:8080
- ${TEXT2GRAPH_PORT:-8080}:8080
environment:
- TGI_LLM_ENDPOINT=${TGI_LLM_ENDPOINT:-8080}:8080

Expand Down
4 changes: 2 additions & 2 deletions comps/text2sql/deployment/docker_compose/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
image: opea/text2sql:${TAG:-latest}
container_name: text2sql-server
ports:
- ${TEXT2SQL_PORT:-9090}:8080
- ${TEXT2SQL_PORT:-8080}:8080
environment:
- TGI_LLM_ENDPOINT=${TGI_LLM_ENDPOINT}
depends_on:
Expand All @@ -33,7 +33,7 @@ services:
image: opea/text2sql:${TAG:-latest}
container_name: text2sql-gaudi-server
ports:
- ${TEXT2SQL_PORT:-9090}:8080
- ${TEXT2SQL_PORT:-8080}:8080
environment:
- TGI_LLM_ENDPOINT=${TGI_LLM_ENDPOINT}
depends_on:
Expand Down