Skip to content

Commit

Permalink
docs: Update roadmap.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Apr 15, 2024
1 parent ac352ef commit 695f781
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions website/docs/roadmap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,22 @@ import Collapse from '@site/src/components/Collapse';

We continuously work on updating our roadmap and we love to discuss those with our community. Feel encouraged to participate.

## Q1 2024
## Q2 2024

* 🎊 Supports embedding api for document context related use cases: https://github.com/TabbyML/tabby/issues/790
* πŸ“‹ Smart clipboard with LLM in IDE / Extensions.
* πŸ” SSO / OAuth support in Tabby EE: https://github.com/TabbyML/tabby/issues/1039
* 🎭 Role management in Tabby EE.
* πŸ“‹ Client side context in IDE / Extensions, e.g recent viewed buffer, local changed files

<Collapse title="Archived">

## Q1 2024

* πŸ” SSO / OAuth support in Tabby EE: https://github.com/TabbyML/tabby/issues/1039
* 🎭 Role management in Tabby EE.

## Q4 2023
* πŸ”§ Improve RAG by deeper integration with Treesitter using custom query. This will bring LSP-like understanding to Tabby's code index.
* 🎁 M1/M2 GPU support by utilizing llama.cpp/ggml's inference infrastructure. This will make Tabby much faster on Apple devices.
* πŸ“˜ Improve the documentation and tutorials for Tabby. This will make it easier for people to learn how to use Tabby.
* πŸ’‘ Explore more creative ways of interacting with Tabby. Tabby currently only supports generating text in code completion scenarios, but we plan to add support for other use cases, such as interactive chat in diff mode and Q&A with multiple virtual engineers.

</Collapse>
</Collapse>

0 comments on commit 695f781

Please sign in to comment.