-
Notifications
You must be signed in to change notification settings - Fork 123
Add NL sidebar for website autopush on dc-mixer-default to enable v2/resolve for SV search through NL server #6210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
shixiao-coder
wants to merge
7
commits into
datacommonsorg:master
Choose a base branch
from
shixiao-coder:add-embedding-sidebar-to-mixer-in-autopush
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
fa08228
Add NL sidebar for website autopush on dc-mixer-default to enable v2/…
shixiao-coder 4cb1c2c
Merge branch 'master' into add-embedding-sidebar-to-mixer-in-autopush
shixiao-coder 74149a8
Merge branch 'master' into add-embedding-sidebar-to-mixer-in-autopush
shixiao-coder 846ed59
Merge branch 'master' into add-embedding-sidebar-to-mixer-in-autopush
shixiao-coder 42cd81c
Merge branch 'master' into add-embedding-sidebar-to-mixer-in-autopush
shixiao-coder 5605bc9
Merge branch 'master' into add-embedding-sidebar-to-mixer-in-autopush
shixiao-coder 109a8d6
Merge branch 'master' into add-embedding-sidebar-to-mixer-in-autopush
shixiao-coder File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -219,6 +219,7 @@ profiles: | |
| mixer.hostProject: "datcom-website-autopush" | ||
| mixer.serviceName: "website-esp.endpoints.datcom-website-autopush.cloud.goog" | ||
| serviceGroups.recon.enableEmbeddingsSidecar: "false" | ||
| serviceGroups.default.enableEmbeddingsSidecar: "true" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Xiao, separate note is that this provides an added risk at deployment. So just make sure to monitor when this gets released to autopush, staging and prod and just double check this looks healthy. |
||
| - name: mixer-autopush | ||
| customActions: | ||
| - name: deploy-cloud-esp-mixer-autopush | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/datacommonsorg/mixer/blob/303a7931ac3e5f9436571fbd0c4b6432182b1de4/deploy/helm_charts/mixer/values.yaml#L441
In mixer, we set enableEmbeddingsSidecar to true for recon, which is why the line above sets it to false for website's recon.
Is it intentional to put this in defualt? Why have it in different mixer service groups across website and mixer?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For website, the recon workload isn't used:
website/deploy/helm_charts/envs/autopush.yaml
Lines 95 to 96 in 3f077cb
resolve traffic is routed to the default workload. Which is why for website-autopush we want the embeddings server in default and not recon