updates.
This commit is contained in:
@@ -27,7 +27,8 @@ logger = logging.getLogger("embeddings-demo")
|
||||
# Configuration
|
||||
EMBEDDINGS_URL = os.environ.get(
|
||||
"EMBEDDINGS_URL",
|
||||
"http://embeddings-predictor.ai-ml.svc.cluster.local"
|
||||
# Default: Ray Serve Embeddings endpoint
|
||||
"http://ai-inference-serve-svc.ai-ml.svc.cluster.local:8000/embeddings"
|
||||
)
|
||||
MLFLOW_TRACKING_URI = os.environ.get(
|
||||
"MLFLOW_TRACKING_URI",
|
||||
|
||||
Reference in New Issue
Block a user