1
0
mirror of synced 2026-01-09 06:03:09 -05:00

Merge pull request #30582 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2023-12-11 11:34:05 -05:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ On {% data variables.product.prodname_dotcom_the_website %}, you can use {% data
The following limitations apply to this beta release of {% data variables.product.prodname_copilot_chat_dotcom %}:
- {% data reusables.copilot.chat-limited-docset-availability %}
- Chat responses may be suboptimal if you ask questions about a specific repository that you've selected as a context, and the repository has not been indexed for semantic code search. Owners of organizations {% ifversion ghec %}or enterprises {% endif %} can index up to 10 repositories for each organization.
- Chat responses may be suboptimal if you ask questions about a specific repository that you've selected as a context, and the repository has not been indexed for semantic code search. Owners of organizations {% ifversion ghec %}or enterprises {% endif %} can index up to {% data variables.copilot.max-chat-indexed-repos %} repositories for each organization.
- The quality of the results from {% data variables.product.prodname_copilot_chat_short %} may, in some situations, be degraded if very large files, or a large number of files, are used as a context for a question.
## Prerequisites
@@ -92,7 +92,7 @@ You can choose a specific context, such as a particular repository or a document
{% data variables.product.prodname_copilot_short %}'s ability to answer natural language questions like these in a repository context is improved when the repository has been indexed for semantic code search. The indexing status of the repository is displayed when you start a conversation that has a repository context.
If you are an organization owner{% ifversion ghec %}, or an enterprise owner,{% endif %} and the repository has not been indexed, an **Index this repository** button is displayed. Click this button to start the indexing process. You can index up to 10 repositories in an organization.
If you are an organization owner{% ifversion ghec %}, or an enterprise owner,{% endif %} and the repository has not been indexed, an **Index this repository** button is displayed. Click this button to start the indexing process. You can index up to {% data variables.copilot.max-chat-indexed-repos %} repositories in an organization.
![Screenshot showing the 'Index this repository' button highlighted with a dark orange outline.](/assets/images/help/copilot/index-this-repo.png)

View File

@@ -8,3 +8,6 @@ cfi_price_per_year: '$100 USD'
# Copilot billing: price per month for Copilot for Business
cfb_price_per_month: '$19 USD'
# Copilot Chat in GitHub.com: maximum number of repos that can be indexed for an org
max-chat-indexed-repos: '50'