Meng Zhang
e2447df9ef
docs: update supported programming languages in latest release
2023-12-07 22:17:57 +08:00
Zhiming Ma
b5117d2f4d
doc: update clients troubleshooting docs ( #977 )
...
* docs: update clients troubleshooting doc.
* docs: update clients troubleshooting doc.
2023-12-07 19:10:02 +08:00
Meng Zhang
3953fb2617
docs: update configurations.md to make the default timeout explicit ( #964 )
...
* docs: update configurations.md to make the default timeout explicit
* Update configurations.md
2023-12-07 09:18:30 +08:00
Meng Zhang
8fbe8c85d0
docs: update configuration.md to mention support of local directory ( #963 )
2023-12-07 08:52:22 +08:00
chpeer
77eda8431c
feat: Allow cloning repositories via SSH ( #961 )
...
* drop redundant git install
* add ssh-client and ca-certs to Dockerfile to allow repo indexing via ssh
* move ssh-client installation
* update documentation to reflect change
* add space back in
* Update configuration.md
* Update configuration.md
---------
Co-authored-by: christian <christian@thoughtmachine.net>
Co-authored-by: Meng Zhang <meng@tabbyml.com>
2023-12-07 08:18:02 +08:00
Meng Zhang
b1481b0e2e
chore: release 0.6.0 ( #882 )
...
* add loadtest
* release 0.6.0
* Release 0.6.0-rc.0
http-api-bindings@0.6.0-rc.0
juniper-axum@0.6.0-rc.0
llama-cpp-bindings@0.6.0-rc.0
tabby@0.6.0-rc.0
tabby-common@0.6.0-rc.0
tabby-download@0.6.0-rc.0
tabby-inference@0.6.0-rc.0
tabby-scheduler@0.6.0-rc.0
tabby-webserver@0.6.0-rc.0
Generated by cargo-workspaces
* Release 0.6.0-rc.1
http-api-bindings@0.6.0-rc.1
juniper-axum@0.6.0-rc.1
llama-cpp-bindings@0.6.0-rc.1
tabby@0.6.0-rc.1
tabby-common@0.6.0-rc.1
tabby-download@0.6.0-rc.1
tabby-inference@0.6.0-rc.1
tabby-scheduler@0.6.0-rc.1
tabby-webserver@0.6.0-rc.1
Generated by cargo-workspaces
* Release 0.6.0-rc.2
http-api-bindings@0.6.0-rc.2
juniper-axum@0.6.0-rc.2
llama-cpp-bindings@0.6.0-rc.2
tabby@0.6.0-rc.2
tabby-common@0.6.0-rc.2
tabby-download@0.6.0-rc.2
tabby-inference@0.6.0-rc.2
tabby-scheduler@0.6.0-rc.2
tabby-webserver@0.6.0-rc.2
Generated by cargo-workspaces
* Release 0.6.0
http-api-bindings@0.6.0
juniper-axum@0.6.0
llama-cpp-bindings@0.6.0
tabby@0.6.0
tabby-common@0.6.0
tabby-download@0.6.0
tabby-inference@0.6.0
tabby-scheduler@0.6.0
tabby-webserver@0.6.0
Generated by cargo-workspaces
2023-11-27 14:57:45 +08:00
Meng Zhang
00cfbfa097
docs: Update configurations.md title to be Advanced Configuration
2023-11-26 23:03:41 +08:00
Lucy Gao
ed6826408d
docs: add Loom video demo ( #884 )
...
* docs: add loom video demo
* docs: update wording
* update
---------
Co-authored-by: Meng Zhang <meng@tabbyml.com>
2023-11-24 16:33:25 +08:00
sonique6784
b9cb5a025e
feat: add support for Kotlin language ( #813 )
...
* feat: add support for Kotlin
* Update programming-languages.md
* Update Cargo.toml
* fix: kotlin missing TAGGING_QUERY
* docs: remove 0.5.0 warning as tabby adapt same format for remote / local storage
* feat: make --model optional, so user can start a chat only instance (#817 )
* fix: mark tabby-ui as yarn managed
* fix: rust build caused by 1.74.0 release (#819 )
* chore: exclude experimental directory for language stats
* chore: exclude ee/tabby-webserver/ui to language stats
* fix: move db path, fix compile error (#820 )
* feat(vscode): Add dont-show-again for warnings. Add online help links. (#821 )
* refactor: delete contrib/jetson/Dockerfile as it's no longer compatible post 0.5
feel free to sending pr of adding it back if you get it work with llama.cpp based docker image
* feat(vim): update tabby-agent. (#824 )
* feat(intellij): Add dont-show-again for warnings. Add more online help links. (#823 )
* feat: implement basic dependency detection for python / rust (#825 )
* refactor: extract tags mod for dataset.rs
* feat: implement basic dependency detection for python / rust
* fix: keep only direct dependency, clean up path (#827 )
* feat: add support for Kotlin
* Update Cargo.toml
* fix: adjustment post rebase
* fix: added kotlin.scm to cover query tags
* fix: updated kotlin.scm
* remove definition import
Co-authored-by: Meng Zhang <meng@tabbyml.com>
* remove typealias
Co-authored-by: Meng Zhang <meng@tabbyml.com>
---------
Co-authored-by: Meng Zhang <meng@tabbyml.com>
Co-authored-by: Eric <illuminating.me@gmail.com>
Co-authored-by: Zhiming Ma <codes.icy@gmail.com>
2023-11-23 09:31:23 +08:00
Meng Zhang
b8325bd8ab
docs: polish faq part for custom model
2023-11-15 15:00:42 -08:00
Meng Zhang
c0a4309061
docs: add custom registry information to faq ( #799 )
2023-11-15 14:34:25 -08:00
Bryan
71815bef8f
docs: fix and add additional information in the Modal installation page ( #748 )
...
* Add additional information in modal installation docs
* docs: update tabby version to 0.5.5
update Modal installation script
2023-11-10 17:45:26 -08:00
Zhiming Ma
ff03e2a34e
feat(agent): add back agent timeout config. ( #739 )
...
* feat(agent): add back agent timeout config, add option to disable warning for slow response time.
* feat(agent): Update completion timeout to single number. Add config type validation.
2023-11-09 22:39:22 -08:00
leiwen83
3fb8445747
feat: supports java ( #715 )
...
* feat: add java language configuration
* feat: add java repository context support
* Update programming-languages.md
* added rev to tree-sitter-java
Signed-off-by: Lei Wen <wenlei03@qiyi.com>
Co-authored-by: Lei Wen <wenlei03@qiyi.com>
2023-11-07 23:59:00 -08:00
Zhiming Ma
424626cf5f
feat(clients): add information about anonymous data tracking. ( #704 )
...
* feat(clients): add information about anonymous data tracking.
* fix: update docs for anonymous usage data.
* Update website/docs/extensions/configurations.md
Co-authored-by: Meng Zhang <meng@tabbyml.com>
* Update website/docs/extensions/configurations.md
Co-authored-by: Meng Zhang <meng@tabbyml.com>
---------
Co-authored-by: Meng Zhang <meng@tabbyml.com>
2023-11-05 22:59:28 -08:00
Meng Zhang
ec8d88de0d
chore: release 0.5.0 ( #697 )
...
* Release 0.5.0-rc.0
http-api-bindings@0.5.0-rc.0
llama-cpp-bindings@0.5.0-rc.0
tabby@0.5.0-rc.0
tabby-common@0.5.0-rc.0
tabby-download@0.5.0-rc.0
tabby-inference@0.5.0-rc.0
tabby-scheduler@0.5.0-rc.0
Generated by cargo-workspaces
* fix: docker branch tag should only generate when not empty
* Release 0.5.0-rc.1
http-api-bindings@0.5.0-rc.1
llama-cpp-bindings@0.5.0-rc.1
tabby@0.5.0-rc.1
tabby-common@0.5.0-rc.1
tabby-download@0.5.0-rc.1
tabby-inference@0.5.0-rc.1
tabby-scheduler@0.5.0-rc.1
Generated by cargo-workspaces
* fix: handlebar syntax in meta action
* Release 0.5.0-rc.2
http-api-bindings@0.5.0-rc.2
llama-cpp-bindings@0.5.0-rc.2
tabby@0.5.0-rc.2
tabby-common@0.5.0-rc.2
tabby-download@0.5.0-rc.2
tabby-inference@0.5.0-rc.2
tabby-scheduler@0.5.0-rc.2
Generated by cargo-workspaces
* fix: handlebar syntax in meta action
* Release 0.5.0-rc.3
http-api-bindings@0.5.0-rc.3
llama-cpp-bindings@0.5.0-rc.3
tabby@0.5.0-rc.3
tabby-common@0.5.0-rc.3
tabby-download@0.5.0-rc.3
tabby-inference@0.5.0-rc.3
tabby-scheduler@0.5.0-rc.3
Generated by cargo-workspaces
* docs: update change log and docs
* fix: collect_snippet should handle NotReady error
* Release 0.5.0-rc.4
http-api-bindings@0.5.0-rc.4
llama-cpp-bindings@0.5.0-rc.4
tabby@0.5.0-rc.4
tabby-common@0.5.0-rc.4
tabby-download@0.5.0-rc.4
tabby-inference@0.5.0-rc.4
tabby-scheduler@0.5.0-rc.4
Generated by cargo-workspaces
* Release 0.5.0
http-api-bindings@0.5.0
llama-cpp-bindings@0.5.0
tabby@0.5.0
tabby-common@0.5.0
tabby-download@0.5.0
tabby-inference@0.5.0
tabby-scheduler@0.5.0
Generated by cargo-workspaces
2023-11-03 18:02:03 -07:00
Ajay Gonepuri (GONAPCORP)
2833ccfe75
fix(docs): correct typos ( #662 )
...
* docs: fix typos
* Update CHANGELOG.md
* Update README.md
* Update README.md
* Update index.md
2023-10-29 02:41:38 -07:00
Meng Zhang
68a7b3628c
docs: Update faq.mdx on multiple GPU utilization
2023-10-29 01:22:13 -07:00
Meng Zhang
8dc5526091
Revert "feat: supports PHP ( #634 )"
...
This reverts commit 688e7d75b5 .
2023-10-28 23:02:10 -07:00
Meng Zhang
39879ab500
docs(models): remove mac m1/m2 columns as all models supports mac m1/m2 ( #646 )
2023-10-26 16:39:42 -07:00
Oleksandr
688e7d75b5
feat: supports PHP ( #634 )
...
* feat: add php language configuration
* feat: add php repository context support
* docs: update documentation to indicate php support
* Update programming-languages.md
* added rev to tree-sitter-php
---------
Co-authored-by: Aleksandr Tarabaka <aleksandr.tarabaka@privatbank.ua>
Co-authored-by: Meng Zhang <meng@tabbyml.com>
2023-10-26 19:27:57 +00:00
Meng Zhang
1a4c2aa71f
feat: swtich cpu backend to llama.cpp ( #638 )
...
* feat: swtich Cpu backend to llama.cpp
* feat: switch cpu serving to ggml
* fix cargo.toml
* use optional dependency
* fix compliation
* update ci target
2023-10-25 15:40:11 -07:00
Meng Zhang
cd14ad723b
docs: update changelog for 0.4.0 ( #629 )
2023-10-24 16:26:23 -07:00
Lucy Gao
8ea15ceb0e
docs: update community info on getting-started page. ( #614 )
2023-10-22 20:21:50 -07:00
Meng Zhang
a1d55ab3f4
docs(huggingface): tweak the layout
2023-10-22 16:32:51 -07:00
Meng Zhang
e46b46a1c1
docs(modal): tweak app.py
2023-10-22 15:05:15 -07:00
Meng Zhang
487f5a6976
docs(modal): tweak installation doc
2023-10-22 00:02:08 -07:00
Meng Zhang
0fcb04e370
docs(modal): add app running image
2023-10-21 23:05:11 -07:00
Meng Zhang
1fa84b719f
docs(hugging-face): tweak the documentation
2023-10-21 22:53:37 -07:00
Meng Zhang
86dfbe975d
docs(modal): tweak the documentation
2023-10-21 22:53:16 -07:00
Meng Zhang
e3821df03f
fix(modal docs): bad link to app.py
2023-10-21 22:52:24 -07:00
Meng Zhang
912f8aab3d
fix(docs): add installation guide on modal ( #608 )
...
* fix(docs): add installation guide on modal
* remove modal-deploy
2023-10-21 22:47:48 -07:00
Chromium
da6109c5af
feat: Add Ruby Language Support ( #597 )
...
* feat: add Ruby Support
* fix: address the comments
* Update dataset.rs
---------
Co-authored-by: Meng Zhang <meng@tabbyml.com>
2023-10-20 18:48:37 +00:00
Meng Zhang
7877d300ab
docs: add example to having two repositories in config.toml ( #599 )
...
* docs: add example to having two repositories in config.toml
#596
* Update configuration.md
2023-10-19 15:14:02 -07:00
Meng Zhang
7818f640e9
docs: add faq on how to convert own model for tabby ( #592 )
2023-10-18 16:18:24 -07:00
sensinsane
a8e2aaf7d1
docs: combine docker run command into a single line for ease of running in non-linux shell (e.g windows powershell) ( #563 )
...
* chore: Added Powershell compat
* fix: docker.mdx
Fix of my previous approach
* fix: docker.mdx
this time, i swear
* Fixed Powershell instruction (again), added
command to non-cuda tab
* Update docker.mdx
* Update docker.mdx
* Update docker.mdx
---------
Co-authored-by: Meng Zhang <meng@tabbyml.com>
2023-10-16 01:30:15 -07:00
Meng Zhang
9d6a9a6fa5
docs: use absolute links in getting-start.md to avoid certain wrong redirection
2023-10-14 12:27:10 -07:00
Meng Zhang
c27b9e9a33
docs: fix the wrong link for golang
2023-10-14 12:13:42 -07:00
Meng Zhang
7ae1a97d57
docs: update changelog and documentation to indicate golang support ( #557 )
...
* docs: update changelog and documentation to indicate golang support
* Update programming-languages.md
2023-10-14 00:59:07 -07:00
Meng Zhang
d22f51cc16
docs: add instruction on adding new programming language support. ( #556 )
...
* temp commit
* docs: add instruction on adding new programming language support.
2023-10-14 00:37:05 -07:00
Meng Zhang
8390fff423
docs: add instruction on creating a Tabby instance with repository context ( #552 )
2023-10-13 23:05:50 -07:00
Zhiming Ma
5be9a6ae1b
docs(clients): update getting-started and troubleshooting docs. ( #531 )
2023-10-10 21:11:54 -07:00
Meng Zhang
76c2cd25a4
docs: add information on what data are collected for tabby server ( #520 )
2023-10-07 11:32:21 -07:00
Meng Zhang
e0b2a775d8
docs: add m1/m2 support status to chat model in model directory
2023-10-04 15:04:45 -07:00
Meng Zhang
b16aeaebc0
docs: add HuggingFace link on spaces tutorial
2023-10-04 08:45:57 -07:00
Meng Zhang
f44e87ff0e
docs(fix): broken links in model directory
2023-10-03 22:28:07 -07:00
Meng Zhang
0a949aa6b6
docs: add modelscope registry information to model directory
2023-10-03 22:23:47 -07:00
Meng Zhang
e881008112
docs: remove WizardCoder-15B from model directory
2023-10-03 20:27:51 -07:00
Meng Zhang
6ad99cb23d
docs: update documentation to prepare for 0.2 release ( #502 )
...
* docs: fix installation emoji
* docs: set StarCoder-1B to be default model for docker install
* docs: add `--chat-model` in model directory
2023-10-03 13:11:07 -07:00
Lucy Gao
1cc1cba56c
docs: add wizardcoder models ( #467 )
...
* Update README.md
test
* Update on 10k stars.
* Update README.md on 10k stars.
* doc: add wizardcoder models
2023-09-21 20:54:20 +08:00