tabby/website/docs/roadmap.mdx

26 lines
1.2 KiB
Plaintext
Raw Normal View History

import Collapse from '@site/src/components/Collapse';
# 🗺️ Roadmap
We continuously work on updating our roadmap and we love to discuss those with our community. Feel encouraged to participate.
2024-04-15 21:40:34 +00:00
## Q2 2024
* 🎊 Supports embedding api for document context related use cases: https://github.com/TabbyML/tabby/issues/790
2024-04-15 21:40:34 +00:00
* 📋 Client side context in IDE / Extensions, e.g recent viewed buffer, local changed files
<Collapse title="Archived">
2024-04-15 21:40:34 +00:00
## 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.
2024-04-15 21:40:34 +00:00
</Collapse>