Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
R
readiness
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
GitLab.com
GitLab Infrastructure Team
readiness
Commits
1a8363e3
Verified
Commit
1a8363e3
authored
1 year ago
by
Bob Van Landuyt
Browse files
Options
Downloads
Patches
Plain Diff
Add blurb about deployments
parent
0f64632e
No related branches found
No related tags found
1 merge request
!166
AI-gateway API & architecture
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
library/ai-gateway/index.md
+19
-0
19 additions, 0 deletions
library/ai-gateway/index.md
with
19 additions
and
0 deletions
library/ai-gateway/index.md
+
19
−
0
View file @
1a8363e3
...
...
@@ -401,3 +401,22 @@ When storing the embedding, we should make sure we include the model
and provider data. When embeddings are used to generate a prompt, we
could include that metadata in the payload so we can judge the quality
of the embedding.
## Deployment
Currently, the model-gateway that will become the AI-gateway is being
deployed using HELM from the project repository in
[
`gitlab-org/modelops/applied-ml/code-suggestions/ai-assist`
](
https://gitlab.com/gitlab-org/modelops/applied-ml/code-suggestions/ai-assist
)
.
It is deployed to a kubernetes cluster in it's own project. There is a
staging environment that is currently used directly by engineers for
testing.
In the future, this will be deloyed using
[
Runway
](
https://gitlab.com/gitlab-com/gl-infra/platform/runway/
)
. At
that time, there will be a production and staging deployment. The
staging deployment can be used for automated QA-runs that will have
the potential to stop a deployment from reaching production.
Further testing strategy is being discussed in
[
#114
](
https://gitlab.com/gitlab-org/modelops/applied-ml/code-suggestions/ai-assist/-/issues/114
)
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment