Commit bcae7448 authored by Matt Nohr's avatar Matt Nohr
Browse files

Update new slack channels

parent 31cf5df9
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -24,15 +24,14 @@ AI Coding is responsible for evaluations across all our features, which includes
- Creating evaluators in [Centralized Evaluation Framework](https://gitlab.com/gitlab-org/modelops/ai-model-validation-and-research/ai-evaluation/prompt-library)
- Running evaluations

## Team Handles
## Contact Us

Use this information to connect with the AI Coding group:

| Category                 | Handle                                |
| Category                 | Name                                  |
|--------------------------|---------------------------------------|
| GitLab Team Handle       | @gitlab-org/code-creation/engineers   |
| Slack Channel            | #g_code_creation                      |
| Slack Handle (Engineers) | @code-creation-engs                   |
| Slack Channel            | #g_ai_coding                          |

## Team Members

+7 −0
Original line number Diff line number Diff line
@@ -10,6 +10,13 @@ Code Suggestions is one of the main features developed by the AI Coding group. I
- **Code Completion**: Short AI-generated suggestions intended to complete an existing line or block of code
- **Code Generation**: Longer AI-generated suggestions intended to create entire functions, classes, code blocks, etc.

## Contact Us

| Category                 | Name                |
|--------------------------|---------------------|
| Group Slack Channel      | #g_ai_coding        |
| Code Suggestions Channel | #f_code-suggestions |

## Key Concepts

A lot of the terms we use in this area sound similar and can be confusing at first. Here are the basic terms we use:
+3 −4
Original line number Diff line number Diff line
@@ -16,15 +16,14 @@ The Context Systems team owns and is actively working on the following projects:
- [Repository X-Ray](/handbook/engineering/ai/context-systems/repository_xray/) - Repository analysis and metadata extraction for enhanced code suggestions context.
- [Duo Context Exclusion](/handbook/engineering/ai/context-systems/duo_context_exclusion/) - Filtering of sensitive or irrelevant code context.

## Team Handles
## Contact Us

Use this information to connect with the Context Systems group:

| Category                 | Handle                                |
| Category                 | Name                                  |
|--------------------------|---------------------------------------|
| GitLab Team Handle       | @gitlab-org/code-creation/engineers   |
| Slack Channel            | #g_code_creation                      |
| Slack Handle (Engineers) | @code-creation-engs                   |
| Slack Channel            | #g_context_systems                    |

## Team Members

+7 −0
Original line number Diff line number Diff line
@@ -14,6 +14,13 @@ This project is also known as:
- Codebase Embeddings
- Codebase Semantic Search

## Contact Us

| Category                | Name                               |
|-------------------------|------------------------------------|
| Group Slack Channel     | #g_context_systems                 |
| Knowledge Graph Channel | #subteam-codebase-as-chat-context |

## Objectives

- Build semantic understanding of code content and purpose
+7 −0
Original line number Diff line number Diff line
@@ -7,6 +7,13 @@ description: "Semantic understanding and relationships within codebases"

The Knowledge Graph project focuses on building semantic understanding of code relationships and dependencies across entire codebases. This enables more intelligent code suggestions and better context awareness for AI-powered development tools.

## Contact Us

| Category                | Name               |
|-------------------------|--------------------|
| Group Slack Channel     | #g_context_systems |
| Knowledge Graph Channel | #f_knowledge-graph |

## Objectives

- Map semantic relationships between code entities (functions, classes, modules)