From 308c9d30ecfb08db5eb749d1aaf2e4a790cb6b34 Mon Sep 17 00:00:00 2001 From: Julie Tibshirani Date: Mon, 3 Apr 2023 08:50:06 -0700 Subject: [PATCH] Cody: locally configure embedding upload URL (#50143) This config is required when running `sg start embeddings`, since the embeddings job uploads the embedding vectors to blobstore. --- sg.config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sg.config.yaml b/sg.config.yaml index f31cbec4264..7cfc3ae17db 100644 --- a/sg.config.yaml +++ b/sg.config.yaml @@ -98,6 +98,9 @@ env: PRECISE_CODE_INTEL_UPLOAD_AWS_ENDPOINT: http://localhost:9000 PRECISE_CODE_INTEL_UPLOAD_BACKEND: blobstore + # Required for embeddings job upload + EMBEDDINGS_UPLOAD_AWS_ENDPOINT: http://localhost:9000 + # Disable auto-indexing the CNCF repo group (this only works in Cloud) # This setting will be going away soon DISABLE_CNCF: notonmybox