Skip to content

Commit 11b42b1

Browse files
Remove mentions of knowledge bases from the docs (#58620)
Co-authored-by: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com>
1 parent 9ec9baf commit 11b42b1

File tree

17 files changed

+11
-273
lines changed

17 files changed

+11
-273
lines changed

content/copilot/concepts/context/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,5 @@ children:
1212
- /spaces
1313
- /repository-indexing
1414
- /content-exclusion
15-
- /knowledge-bases
1615
contentType: concepts
1716
---
18-

content/copilot/concepts/context/knowledge-bases.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

content/copilot/concepts/context/spaces.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ redirect_from:
1111
- /copilot/using-github-copilot/copilot-spaces/about-organizing-and-sharing-context-with-copilot-spaces
1212
- /copilot/concepts/about-organizing-and-sharing-context-with-copilot-spaces
1313
- /copilot/concepts/spaces
14+
- /copilot/concepts/context/knowledge-bases
15+
- /copilot/how-tos/provide-context/use-knowledge-bases
16+
- /copilot/how-tos/provide-context/create-knowledge-bases
1417
contentType: concepts
15-
category:
18+
category:
1619
- Learn about Copilot
1720
---
1821

@@ -31,21 +34,6 @@ With {% data variables.copilot.copilot_spaces %} you can:
3134

3235
Your spaces stay in sync as your project evolves. {% data variables.product.github %} files and other {% data variables.product.github %}-based sources added to a space are automatically updated as they change, making {% data variables.product.prodname_copilot_short %} an evergreen expert in your project.
3336

34-
### How are {% data variables.copilot.copilot_spaces_short %} different from knowledge bases?
35-
36-
{% data variables.copilot.copilot_spaces_short %} are optimized for specific tasks and grounded conversations. Because context in {% data variables.copilot.copilot_spaces_short %} is scoped, {% data variables.product.prodname_copilot_short %}'s responses are more accurate and relevant.
37-
38-
{% rowheaders %}
39-
40-
| | {% data variables.copilot.copilot_spaces %} | Knowledge bases |
41-
| -------------------- | --------------------------- | -------------------------------------------------------------- |
42-
| Who can create | Anyone with a {% data variables.product.prodname_copilot_short %} license | Organization owners |
43-
| Owned by | Organizations or individual users | Organizations |
44-
| Content type | Entire {% data variables.product.github %} repositories, specific files, pull requests and issues, uploaded files including images, text files, rich documents, and spreadsheets, and free-text content | Markdown files hosted in {% data variables.product.github %} |
45-
| Context handling | Limited in size, which guarantees higher response quality given the focused selection | Unlimited, but that comes with reduced response quality |
46-
47-
{% endrowheaders %}
48-
4937
## Who can use {% data variables.copilot.copilot_spaces_short %}?
5038

5139
Anyone with a {% data variables.product.prodname_copilot_short %} license, including {% data variables.copilot.copilot_free_short %}, can create and use {% data variables.copilot.copilot_spaces_short %}.

content/copilot/concepts/prompting/prompt-engineering.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ redirect_from:
1212
- /copilot/concepts/prompt-engineering-for-copilot-chat
1313
- /copilot/concepts/prompt-engineering
1414
contentType: concepts
15-
category:
15+
category:
1616
- Configure Copilot
1717
---
1818

@@ -118,17 +118,6 @@ If you aren't getting the responses you want when you ask {% data variables.prod
118118
>[!Tip]
119119
> Use {% data variables.product.prodname_copilot_short %} to help your code follow best practices. For example, ask {% data variables.product.prodname_copilot_short %} to add comments or to break a large function into smaller functions.
120120
121-
{% ifversion ghec %}
122-
123-
Similarly, if you aren't getting the responses you want when you use {% data variables.product.prodname_copilot_short %} with knowledge bases, apply these best practices to your knowledge base files:
124-
125-
* Organize the files into a logical hierarchy
126-
* Use clear and concise language
127-
* Include examples and use cases, if relevant
128-
* Cross reference between related files
129-
130-
{% endif %}
131-
132121
## Further reading
133122

134123
* [How to use GitHub Copilot: Prompts, tips, and use cases](https://github.blog/2023-06-20-how-to-write-better-prompts-for-github-copilot/?ref_product=copilot&ref_type=engagement&ref_style=text) in the {% data variables.product.company_short %} blog

content/copilot/get-started/features.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ Automatically generate commit messages and descriptions with {% data variables.c
6767

6868
Organize and centralize relevant content—like code, docs, specs, and more—into {% data variables.copilot.copilot_spaces_short %} that ground {% data variables.product.prodname_copilot_short %}’s responses in the right context for a specific task. See [AUTOTITLE](/copilot/using-github-copilot/copilot-spaces/about-organizing-and-sharing-context-with-copilot-spaces).
6969

70-
### {% data variables.product.prodname_copilot_short %} knowledge bases _({% data variables.copilot.copilot_enterprise_short %} only)_
71-
72-
Create and manage collections of documentation to use as context for chatting with {% data variables.product.prodname_copilot_short %}. When you ask a question in {% data variables.copilot.copilot_chat_dotcom_short %} or in {% data variables.product.prodname_vscode_shortname %}, you can specify a knowledge base as the context for your question. See [AUTOTITLE](/copilot/customizing-copilot/managing-copilot-knowledge-bases).
73-
7470
### {% data variables.product.prodname_spark %} ({% data variables.release-phases.public_preview %})
7571

7672
Build and deploy full-stack applications using natural-language prompts that seamlessly integrate with the {% data variables.product.github %} platform for advanced development. See [AUTOTITLE](/copilot/tutorials/spark/build-apps-with-spark).

content/copilot/get-started/quickstart.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ There are many more things you can do with {% data variables.copilot.copilot_cha
7272

7373
* Ask a general question about software development
7474
* Ask exploratory questions about a repository
75-
* Ask a question about a knowledge base
7675
* Find out about the changes in a pull request
7776
* Ask a question about a specific issue or commit
7877

content/copilot/get-started/what-is-github-copilot.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ redirect_from:
2525
- /copilot/copilot-business
2626
- /copilot/about-github-copilot/what-is-github-copilot
2727
contentType: get-started
28-
category:
28+
category:
2929
- Learn about Copilot
3030
---
3131

@@ -42,7 +42,6 @@ category:
4242
* Ask {% data variables.product.prodname_copilot_short %} for help using the command line
4343
* Organize and share task-specific context with {% data variables.copilot.copilot_spaces %} to get more relevant answers
4444
* Generate a description of the changes in a pull request
45-
* Create and manage collections of documentation, called knowledge bases, to use as a context for chatting with {% data variables.product.prodname_copilot_short %} _({% data variables.copilot.copilot_enterprise_short %} only)_
4645
* Work on code changes and create a pull request for you to review _({% data variables.copilot.copilot_pro_plus_short %}, {% data variables.copilot.copilot_business_short %}, and {% data variables.copilot.copilot_enterprise_short %} only)_
4746

4847
{% data variables.product.prodname_copilot_short %} is available:

content/copilot/how-tos/chat-with-copilot/chat-in-ide.md

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -88,23 +88,6 @@ To see all available chat variables, type `#` in the chat prompt box. See also [
8888

8989
{% data reusables.copilot.using-skills %}
9090

91-
{% ifversion ghec %}
92-
93-
## Asking a question about a knowledge base
94-
95-
> [!NOTE] This feature is only available if you have a {% data variables.copilot.copilot_enterprise_short %} subscription.
96-
97-
Organization owners can create knowledge bases, grouping together Markdown documentation across one or more repositories. For more information, see [AUTOTITLE](/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-github-copilot-features-in-your-organization/managing-copilot-knowledge-bases).
98-
99-
You can tell {% data variables.product.prodname_copilot_short %} to answer a question within the context of a knowledge base.
100-
101-
1. At the bottom of the {% data variables.copilot.copilot_chat_short %} window, in the **Ask {% data variables.product.prodname_copilot_short %} or type / for commands** text box, type `@github #kb`, then press **Enter** to open the knowledge base selector.
102-
1. Pick one of your available knowledge bases using the arrow keys, then press **Enter**.
103-
1. In the **Ask {% data variables.product.prodname_copilot_short %} or type / for commands** text box, continue your message with your question, and then press **Enter**.
104-
1. {% data variables.copilot.copilot_chat_short %} will process your question and provide an answer, with citations from your knowledge base, in the chat window.
105-
106-
{% endif %}
107-
10891
## Using Model Context Protocol (MCP) servers
10992

11093
{% data reusables.copilot.mcp.mcp-chat-in-ide %}
@@ -312,24 +295,6 @@ When you add `@github` to a question, {% data variables.product.prodname_copilot
312295

313296
You can generate a list of currently available skills by asking {% data variables.product.prodname_copilot_short %}: `@github What skills are available?`
314297

315-
{% ifversion ghec %}
316-
317-
## Asking a question about a knowledge base (preview)
318-
319-
> [!NOTE]
320-
> * This feature is only available if you have a {% data variables.copilot.copilot_enterprise_short %} subscription.
321-
> * Support for knowledge bases is currently in preview, and only available in [{% data variables.product.prodname_vs %} 2022 Preview 3](https://visualstudio.microsoft.com/vs/preview/) onwards.
322-
323-
Organization owners can create knowledge bases, grouping together Markdown documentation across one or more repositories. For more information, see [AUTOTITLE](/copilot/github-copilot-enterprise/managing-copilot-knowledge-bases).
324-
325-
You can tell {% data variables.product.prodname_copilot_short %} to answer a question within the context of a knowledge base.
326-
327-
1. At the bottom of the {% data variables.copilot.copilot_chat_short %} window, in the **Ask {% data variables.product.prodname_copilot_short %}: Type / for commands and # to reference** text box, type `@github`, press <kbd>#</kbd>, then select a knowledge base from the list.
328-
1. In the **Type / for commands and # to reference** text box, continue your message with your question, and then press **Enter**.
329-
1. {% data variables.copilot.copilot_chat_short %} will process your question and provide an answer, with citations from your knowledge base, in the chat window.
330-
331-
{% endif %}
332-
333298
## Using Model Context Protocol (MCP) servers
334299

335300
{% data reusables.copilot.mcp.mcp-chat-in-ide %}

content/copilot/how-tos/chat-with-copilot/get-started-with-chat.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ redirect_from:
1616
- /copilot/how-tos/use-chat/get-started-with-chat
1717
shortTitle: Get started with Chat
1818
contentType: how-tos
19-
category:
19+
category:
2020
- Author and optimize with Copilot
2121
---
2222

@@ -275,14 +275,6 @@ You can ask {% data variables.copilot.copilot_chat_short %} questions about a sp
275275
* `how are these files related`
276276
* `what is the purpose of this function`
277277

278-
## Ask questions about a knowledge base
279-
280-
You can ask {% data variables.copilot.copilot_chat_short %} questions about a knowledge base. For example:
281-
282-
* `How do I deploy a new application?`
283-
* `What's the process for creating a new REST API?`
284-
* `What are our best practices for logging?`
285-
286278
## Ask questions about a specific piece of code
287279

288280
You can ask {% data variables.copilot.copilot_chat_short %} questions about a specific piece of code. You might ask a question about a whole file, or a specific line. For example:

content/copilot/how-tos/provide-context/create-knowledge-bases.md

Lines changed: 0 additions & 98 deletions
This file was deleted.

0 commit comments

Comments
 (0)