Skip to content

Commit

Permalink
Merge pull request #1688 from SciPhi-AI/patch/rename-to-cluster-as-a-…
Browse files Browse the repository at this point in the history
…service

Patch/rename to cluster as a service
  • Loading branch information
emrgnt-cmplxty authored Dec 12, 2024
2 parents 9cbabb1 + 965d2b1 commit a657528
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-cluster-docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Publish Unstructured Docker Image
name: Build and Publish Cluster Docker Image

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion py/compose.full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ services:
retries: 5

graph_clustering:
image: ${GRAPH_CLUSTERING_IMAGE:-ragtoriches/clustering-prod}
image: ${GRAPH_CLUSTERING_IMAGE:-ragtoriches/cluster-prod}
ports:
- "${R2R_GRAPH_CLUSTERING_PORT:-7276}:7276"
networks:
Expand Down
4 changes: 2 additions & 2 deletions py/r2r/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

__all__ += core.__all__
except ImportError as e:
logger.error(
f"ImportError: `{e}`, likely due to core dependencies not being installed."
logger.warning(
f"Warning: encountered ImportError: `{e}`, likely due to core dependencies not being installed. This will not affect you use of SDK, but use of `serve` method will not be available."
)


Expand Down

0 comments on commit a657528

Please sign in to comment.