You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
> NOTE: Azure OpenAI support is in the experimental stage.
274
+
<asideclass="experimental">
275
+
<p>
276
+
<spanstyle="margin-right:0.25rem;"class="badge badge-experimental">Experimental</span> Azure OpenAI support is in the experimental stage.
277
+
<br />
278
+
For any feedback, you can <ahref="https://about.sourcegraph.com/contact">contact us</a> directly, file an <ahref="https://github.com/sourcegraph/cody/issues">issue</a>, join our <ahref="https://discord.com/servers/sourcegraph-969688426372825169">Discord</a>, or <ahref="https://twitter.com/sourcegraphcody">tweet</a>.
279
+
</p>
280
+
</aside>
275
281
276
282
Create a project in the Azure OpenAI portal. Go to **Keys and Endpoint** from the project overview and get **one of the keys** on that page and the **endpoint**.
277
283
@@ -294,9 +300,15 @@ Once done, go to **Site admin > Site configuration** (`/site-admin/configuration
294
300
}
295
301
```
296
302
297
-
### Anthropic Claude through AWS Bedrock <spanstyle="margin-left: 0.25rem"class="badge badge-experimental">Experimental</span>
303
+
### Anthropic Claude through AWS Bedrock
298
304
299
-
> NOTE: AWS Bedrock support is in experimental stage.
305
+
<asideclass="experimental">
306
+
<p>
307
+
<spanstyle="margin-right:0.25rem;"class="badge badge-experimental">Experimental</span> AWS Bedrock support is in the experimental stage.
308
+
<br />
309
+
For any feedback, you can <ahref="https://about.sourcegraph.com/contact">contact us</a> directly, file an <ahref="https://github.com/sourcegraph/cody/issues">issue</a>, join our <ahref="https://discord.com/servers/sourcegraph-969688426372825169">Discord</a>, or <ahref="https://twitter.com/sourcegraphcody">tweet</a>.
310
+
</p>
311
+
</aside>
300
312
301
313
First, make sure you can access AWS Bedrock (currently in beta). Then, request access to the Anthropic Claude models in Bedrock.
Copy file name to clipboardExpand all lines: doc/cody/overview/install-jetbrains.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,10 +97,18 @@
97
97
98
98
</style>
99
99
100
-
# Install Cody for JetBrains <spanclass="badge badge-experimental"style="margin-left: 0.5rem; vertical-align:middle;">Beta</span>
100
+
# Install Cody for JetBrains
101
101
102
102
<pclass="subtitle">Learn how to use Cody and its features with the JetBrains IntelliJ editor.</p>
103
103
104
+
<asideclass="beta">
105
+
<p>
106
+
<spanstyle="margin-right:0.25rem;"class="badge badge-beta">Beta</span> Cody support for JetBrains is in the Beta stage.
107
+
<br />
108
+
For any feedback, you can <ahref="https://about.sourcegraph.com/contact">contact us</a> directly, file an <ahref="https://github.com/sourcegraph/cody/issues">issue</a>, join our <ahref="https://discord.com/servers/sourcegraph-969688426372825169">Discord</a>, or <ahref="https://twitter.com/sourcegraphcody">tweet</a>.
109
+
</p>
110
+
</aside>
111
+
104
112
The Cody extension by Sourcegraph enhances your coding experience in your IDE by providing intelligent code suggestions, context-aware completions, and advanced code analysis. This guide will walk you through the steps to install and set up the Cody within your JetBrains environment.
105
113
106
114
<ulclass="limg">
@@ -195,7 +203,7 @@ The Cody plugin works with all JetBrains IDEs, including:
195
203
- Rider
196
204
- Android Studio
197
205
198
-
## Enable code graph context for context-aware answers (Optional)
206
+
## Enable code graph context for context-aware answers (optional)
199
207
200
208
You can optionally configure code graph content, which gives Cody the ability to provide context-aware answers. For example, Cody can write example API calls if has context of a codebase's API schema.
Copy file name to clipboardExpand all lines: doc/cody/overview/install-neovim.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,11 +120,19 @@ td:first-child {
120
120
121
121
</style>
122
122
123
-
# Install Cody for Neovim <spanclass="badge badge-experimental"style="margin-left: 0.5rem; vertical-align:middle;">Experimental</span>
123
+
# Install Cody for Neovim
124
124
125
125
<pclass="subtitle">Learn how to use Cody and its features with the Neovim editor.</p>
126
126
127
-
The Cody extension by Sourcegraph enhances your coding experience in your IDE by providing intelligent code suggestions, context-aware completions, and advanced code analysis.
127
+
<asideclass="experimental">
128
+
<p>
129
+
<spanstyle="margin-right:0.25rem;"class="badge badge-experimental">Experimental</span> Cody support for Neovim is in the experimental stage.
130
+
<br />
131
+
For any feedback, you can <ahref="https://about.sourcegraph.com/contact">contact us</a> directly, file an <ahref="https://github.com/sourcegraph/cody/issues">issue</a>, join our <ahref="https://discord.com/servers/sourcegraph-969688426372825169">Discord</a>, or <ahref="https://twitter.com/sourcegraphcody">tweet</a>.
132
+
</p>
133
+
</aside>
134
+
135
+
The Cody extension for Neovim by Sourcegraph enhances your coding experience in your IDE by providing intelligent code suggestions, context-aware completions, and advanced code analysis.
128
136
129
137
This guide will walk you through installing and setting up the Cody within your Neovim environment.
0 commit comments