From e436d63df932e342ddf9df7e3a8ebf9ce3e13014 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Thu, 31 Aug 2023 17:19:14 +0800 Subject: [PATCH] docs: add roadmap for Q4 2023 (#384) * docs: add roadmap * Update 04-roadmap.md * Update website/docs/04-roadmap.md Co-authored-by: Lucy Gao * Update website/docs/04-roadmap.md Co-authored-by: Lucy Gao --------- Co-authored-by: Lucy Gao --- website/docs/04-roadmap.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 website/docs/04-roadmap.md diff --git a/website/docs/04-roadmap.md b/website/docs/04-roadmap.md new file mode 100644 index 0000000..f5d93c3 --- /dev/null +++ b/website/docs/04-roadmap.md @@ -0,0 +1,7 @@ +# Roadmap + +## 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.