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.
This commit is contained in:
Julie Tibshirani 2023-04-03 08:50:06 -07:00 committed by GitHub
parent 4edebd80d9
commit 308c9d30ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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