Skip to content

Commit 91a35bc

Browse files
authored
Merge branch 'main' into hackathon-cody-jetbrains
2 parents 6a32247 + a1b4210 commit 91a35bc

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

docs/cody/clients/feature-reference.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
| Chat with Cody ||||||
1010
| Chat history ||||||
1111
| Clear chat history ||||||
12-
| Edit sent messages ||||||
12+
| Edit sent messages ||||||
13+
| SmartApply/Execute ||||||
1314
| Show context files ||||||
1415
| @-file ||||||
1516
| @-symbol ||||||
@@ -22,7 +23,7 @@
2223
| OpenCtx context providers (experimental) ||||||
2324
| **Prompts and Commands** | | | | | |
2425
| Access to prompts and Prompt library ||||||
25-
| Promoted Prompts ||||||
26+
| Promoted Prompts ||||||
2627
| Edit code ||||||
2728
| Generate unit test ||||||
2829
| Ask Cody to Fix ||||||
Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
1-
# Enterprise architecture
1+
# Cody Enterprise architecture
22

3-
[Cody Enterprise](/cody/clients/enable-cody-enterprise) can run in the Sourcegraph Cloud environment or on your own infrastructure. Here are a few possible deployment architectures.
3+
<p className="subtitle">[Cody Enterprise](/cody/clients/enable-cody-enterprise) can be deployed via the Sourcegraph Cloud or on your self-hosted infrastructure. This page describes the architecture diagrams for Cody deployed in different Sourcegraph environments.</p>
44

55
{/* Figma source: https://www.figma.com/file/lAPHpdhtEmOJ22IQXVZ0vs/Cody-architecture-diagrams-SQS-draft-2024-04?type=whiteboard&node-id=0-1&t=blg78H2YXXbdGSPc-0 */}
66

77
## Sourcegraph Cloud deployment
88

9+
This is a recommended deployment for Cody Enterprise. It uses the Sourcegraph Cloud infrastructure and Cody gateway.
10+
911
<img src="https://sourcegraphstatic.com/docs/enterprise-architecture-cloud-v2.png" />
1012

1113
## Sourcegraph Enterprise Server (self-hosted) on Amazon Bedrock
1214

13-
<img src="https://sourcegraphstatic.com/docs/enterprise-architecture-aws-v0.png" />
15+
This is an example of a more complex deployment that uses Sourcegraph Enterprise Server (self-hosted) and Amazon Bedrock.
1416

17+
<img src="https://sourcegraphstatic.com/docs/enterprise-architecture-aws-v0.png" />
1518

1619
## Data flow
1720

18-
<img src="https://sourcegraphstatic.com/docs/enterprise-architecture-data-flow-v0.png" />
21+
The following diagram describes the data flow between the different components of Cody Enterprise.
22+
23+
<img src="https://sourcegraphstatic.com/docs/enterprise-architecture-data-flow-v0.png" />

0 commit comments

Comments
 (0)