Skip to content

Commit 7e3ee6e

Browse files
authored
docs(context-providers): enhance context providers doc (#4183)
* docs(context-providers): enhance context providers doc * update
1 parent ebbbe3f commit 7e3ee6e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

website/docs/administration/context/index.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,12 @@ Tabby Context supports two kinds of context currently:
1818
1. source code repositories
1919
2. developer docs
2020

21-
The source code context is used to connect Tabby with a source code repository from Git, GitHub, GitLab, etc.
22-
Tabby fetches the source code from the repository, parses it into an AST, and stores it in the index. During LLM inference, this context is utilized for code completion, as well as chat and search functionalities.
21+
The source code repositories context is used to connect Tabby with a source code repository from Git, GitHub, GitLab, etc.
22+
Tabby fetches the **codebase**, **pull requests / merge requests**, **issues**, and **commits** from the repository, parses it into an AST, and stores it in the index. During LLM inference, this context is utilized for code completion, as well as chat and search functionalities. View the use case in [Answer Engine - Source Code Repositories](../answer-engine#code-source-repositories)
2323

24-
The developer docs context is currently on Beta,
25-
it is a critical source for engineering knowledge,
24+
The developer docs context is a critical source for engineering knowledge,
2625
simply press the `@` button in the chat interface and select the document you wish to include,
27-
Tabby will include these documents when interacting with LLMs.
26+
Tabby will include these documents when interacting with LLMs. View the use case in [Answer Engine - Developer Documentation](../answer-engine#developer-documentation)
2827

2928
## Adding a Repository through Admin UI
3029

0 commit comments

Comments
 (0)