Commit Graph

  • 6ae42edeb9 Revert "feat: deprecate num_replicas_per_thread, generate default value for it" Meng Zhang 2023-10-19 00:12:28 -0700
  • aa6f39985c Revert "refactor: deprecate --compute-type (#505)" Meng Zhang 2023-10-19 00:12:17 -0700
  • 257dba64a5
    feat(experimental): use modal for easier evaluation. (#594) Meng Zhang 2023-10-18 23:33:27 -0700
  • 0dc7e98232
    fix: update notification for response time issues not to show some su… (#588) Zhiming Ma 2023-10-19 12:33:56 +0800
  • aacfd35464 feat: update tabby-python-client Meng Zhang 2023-10-18 20:50:15 -0700
  • 5cd32eb7c0
    refactor(agent): remove deprecated agent options. (#585) Zhiming Ma 2023-10-19 11:12:14 +0800
  • 7818f640e9
    docs: add faq on how to convert own model for tabby (#592) Meng Zhang 2023-10-18 16:18:24 -0700
  • fc63dd7458
    chore: set health heartbit to every 30 minutes (#591) Meng Zhang 2023-10-18 15:59:16 -0700
  • 34a9de22cd
    docs: Update README.md Meng Zhang 2023-10-18 11:54:23 -0700
  • 85109daea8
    feat(agent): add count_select in AgentStats event. (#583) Zhiming Ma 2023-10-19 00:08:14 +0800
  • 4a87bcf431
    fix(agent): fix postprocess indentation filter to check if the block closing line is duplicated. (#586) Zhiming Ma 2023-10-18 18:11:55 +0800
  • e0f16ff5d6
    docs: blog about fundraising and v0.3.0 release (#577) Lucy Gao 2023-10-18 10:46:32 +0800
  • 4d1d8965e0 update add-dagster-data-pipeline Meng Zhang 2023-10-17 16:54:15 -0700
  • f9eb052659
    feat: dedup against existing snippets for retrieval augmented code (#582) Meng Zhang 2023-10-17 16:10:01 -0700
  • 1b52a83dcc add events pipeline Meng Zhang 2023-10-13 21:43:00 -0700
  • d80e675211 temp init Meng Zhang 2023-10-13 18:59:43 -0700
  • 99d1bf34bb
    fix: add flag to disable retrieval augmented code completion and set … (#580) Meng Zhang 2023-10-17 15:26:23 -0700
  • 981133d6c8
    fix: remove empty tokens for similarity calculation (#581) Meng Zhang 2023-10-17 15:25:38 -0700
  • 07ff901566 feat: dedup snippet within same file, excluding highly overlapped snippets dedup-snippet-at-index Meng Zhang 2023-10-17 14:39:46 -0700
  • 23a105e4cb
    docs: tweak blog post Meng Zhang 2023-10-17 11:13:52 -0700
  • a627b80586
    docs: fix title for repository context blog Meng Zhang 2023-10-17 11:13:01 -0700
  • 7b7c9c2577
    docs(blog): add repository context for code completion blog (#574) Meng Zhang 2023-10-17 11:07:11 -0700
  • be5e76650f
    refactor(agent): refactor completion postprocess and caching. (#576) Zhiming Ma 2023-10-18 00:04:04 +0800
  • 2060d47a95
    fix: trim the sanitized text to skip empty queries. (#573) Meng Zhang 2023-10-16 17:45:49 -0700
  • 98761c2a79
    chore: adjust loadtest value based on release v0.3.0 (#572) Meng Zhang 2023-10-16 15:13:26 -0700
  • 28b5ea3c09
    fix: set safe.directory in Dockerfile (#571) Meng Zhang 2023-10-16 14:21:09 -0700
  • a8e2aaf7d1
    docs: combine docker run command into a single line for ease of running in non-linux shell (e.g windows powershell) (#563) sensinsane 2023-10-16 10:30:15 +0200
  • 1503ef6aba
    test: add golden test for tabby server (#566) Meng Zhang 2023-10-16 01:06:37 -0700
  • 99a7053b6f
    refactor: extract language configuration into individual toml file (#564) Meng Zhang 2023-10-15 17:24:44 -0700
  • 9d6a9a6fa5
    docs: use absolute links in getting-start.md to avoid certain wrong redirection Meng Zhang 2023-10-14 12:27:10 -0700
  • c27b9e9a33
    docs: fix the wrong link for golang Meng Zhang 2023-10-14 12:13:42 -0700
  • 00c9185488 fix(prompt): revert back the behavior, enabling fill-in-the-middle if suffix is empty (use an linebreak as suffix) v0.3.0 Meng Zhang 2023-10-14 11:39:28 -0700
  • 2e8b12951d
    fix(prompt): revert back the behavior, enabling fill-in-the-middle if suffix is empty (use an linebreak as suffix) (#560) Meng Zhang 2023-10-14 11:42:18 -0700
  • d27c09d75d
    fix: ignore NotReady error for IndexServer (#559) Meng Zhang 2023-10-14 02:21:17 -0700
  • 1a43048ee9 fix: ignore NotReady error for IndexServer Meng Zhang 2023-10-14 01:51:51 -0700
  • b3c119d6f3
    docs: update openapi.json to v0.3.0 (#558) Meng Zhang 2023-10-14 01:31:32 -0700
  • 7ae1a97d57
    docs: update changelog and documentation to indicate golang support (#557) Meng Zhang 2023-10-14 00:59:07 -0700
  • b9df0eb260
    feat: add golang repository context support (#555) Meng Zhang 2023-10-14 00:57:54 -0700
  • 9dc5acb62e
    feat: add golang's top-level keywords to golang's stop words. (#554) Meng Zhang 2023-10-14 00:42:26 -0700
  • d22f51cc16
    docs: add instruction on adding new programming language support. (#556) Meng Zhang 2023-10-14 00:37:05 -0700
  • 444f8f092c chore: add free-disk step for docker build Meng Zhang 2023-10-13 19:01:51 -0700
  • 8390fff423
    docs: add instruction on creating a Tabby instance with repository context (#552) Meng Zhang 2023-10-13 23:05:50 -0700
  • 5f67abb553
    fix(agent): improve postprocess to trim whitespace. (#550) Zhiming Ma 2023-10-14 12:57:55 +0800
  • 3dd4233dd7 chore: add free-disk step for docker build Meng Zhang 2023-10-13 19:01:51 -0700
  • 82e893d569 Release 0.4.0-dev Meng Zhang 2023-10-13 17:54:14 -0700
  • c5b2d8a074 chore: update bump-version for main branch Meng Zhang 2023-10-13 17:53:06 -0700
  • 4dbaf4f312 Release 0.3.0 Meng Zhang 2023-10-13 17:45:07 -0700
  • d45d22e159 docs: update CHANGELOG for v0.3.0 Meng Zhang 2023-10-13 17:44:19 -0700
  • f9b5c44087 fix: completion.py for visualizing output of /v1/completion Meng Zhang 2023-10-13 17:36:44 -0700
  • dfa6ed76b1 docs: update changelog for v0.3.0 Meng Zhang 2023-10-13 17:29:14 -0700
  • ac73cbb6f9 fix: revisit language stop words support Meng Zhang 2023-10-13 13:40:55 -0700
  • 9c3d8138b2 Merge branch 'main' into r0.3 Meng Zhang 2023-10-13 13:20:35 -0700
  • 9db4fa7ffd docs: update CHANGELOG.md for v0.2.2 Meng Zhang 2023-10-13 13:19:50 -0700
  • eb463ba496 Release 0.3.0-rc.1 v0.3.0-rc.1 Meng Zhang 2023-10-13 11:43:34 -0700
  • 05038d8b7e force all packages in release branch Meng Zhang 2023-10-13 11:42:43 -0700
  • f9b9a1a174 Merge remote-tracking branch 'origin/main' into r0.3 Meng Zhang 2023-10-13 11:39:51 -0700
  • f8be71d27d
    refactor: improve swagger docs (#549) Meng Zhang 2023-10-13 11:38:05 -0700
  • 2385b4a67b chore: add bump-version and bump-release-version in Makefile Meng Zhang 2023-10-13 11:28:17 -0700
  • 182aceed41 Release 0.3.0-rc.0 v0.3.0-rc.0 tabby@0.3.0-rc.0 tabby-scheduler@0.3.0-rc.0 tabby-inference@0.3.0-rc.0 tabby-download@0.3.0-rc.0 tabby-common@0.3.0-rc.0 llama-cpp-bindings@0.3.0-rc.0 http-api-bindings@0.3.0-rc.0 ctranslate2-bindings@0.3.0-rc.0 Meng Zhang 2023-10-13 11:24:36 -0700
  • d368bfe89a
    fix: intellij README.md (#548) sensinsane 2023-10-13 20:15:08 +0200
  • 1a87c99488
    feat: add debug flag disable_prompt_rewrite (#545) Meng Zhang 2023-10-12 23:55:41 -0700
  • 1ad871e1ff
    feat: add debug request / response to visualize prompting with source code index (#544) Meng Zhang 2023-10-12 19:27:52 -0700
  • b9d5c12d96
    Updates on README (#542) Lucy Gao 2023-10-13 00:32:13 +0800
  • 888fbca7e1
    feat: support indexing typescript / javascript / tsx / jsx (#539) Meng Zhang 2023-10-11 17:42:58 -0700
  • 92c1f5a8c0
    feat: turn on index server if avaiable (#536) Meng Zhang 2023-10-11 16:27:41 -0700
  • 1f9e248dfa
    refactor: support multiple page in playground (#537) Meng Zhang 2023-10-11 16:27:20 -0700
  • 99c39375fd
    feat: set default empty screen questions for tabby-playground (#535) Meng Zhang 2023-10-11 15:31:35 -0700
  • fff177b810
    chore: bump intellij plugin version 0.6.0. (#532) Zhiming Ma 2023-10-11 12:46:25 +0800
  • 75d2944fb6
    feat: support loading the source code index whenever it's ready in file system (#530) Meng Zhang 2023-10-10 21:35:20 -0700
  • 5be9a6ae1b
    docs(clients): update getting-started and troubleshooting docs. (#531) Zhiming Ma 2023-10-11 12:11:54 +0800
  • fceb8c9217
    feat(intellij): add option to specify node binary; improve docs. (#529) Zhiming Ma 2023-10-10 23:00:56 +0800
  • 6dbb712918 Release 0.3.0-dev Meng Zhang 2023-10-09 19:39:27 -0700
  • d7a8f50de8 fix: use spawn_blocking for sub task without await Meng Zhang 2023-10-09 19:38:19 -0700
  • 3580d6f551 Release 0.2.2 v0.2.2 r0.2 Meng Zhang 2023-10-09 19:36:10 -0700
  • b69ad9a532 fix: should use spawn_blocking for workload without `yield` Meng Zhang 2023-10-09 16:30:46 -0700
  • 47c27ef9a9 Release 0.2.2-rc.4 v0.2.2-rc.4 Meng Zhang 2023-10-09 19:13:19 -0700
  • 43009235c6 fix: use spawn_blocking for sub task without await Meng Zhang 2023-10-09 19:12:22 -0700
  • d21a4de79c
    chore: set max timeout for /v1/completions handler (#526) Meng Zhang 2023-10-09 18:44:55 -0700
  • e466c1d6cb Release 0.2.2-rc.3 v0.2.2-rc.3 Meng Zhang 2023-10-09 18:43:49 -0700
  • 019c745ac6 debug: adjust channel to unbounded Meng Zhang 2023-10-09 18:43:26 -0700
  • 26a1a1e164 Release 0.2.2-rc.2 v0.2.2-rc.2 Meng Zhang 2023-10-09 18:21:04 -0700
  • 64e0f92837 feat: add back streaming for ctranslate2 Meng Zhang 2023-10-09 18:10:25 -0700
  • c8d9b4d9ce Release 0.2.2-rc.1 v0.2.2-rc.1 Meng Zhang 2023-10-09 16:35:40 -0700
  • 6923d1b90f fix format Meng Zhang 2023-10-09 16:35:12 -0700
  • 90e85c79c2 Release 0.2.2-rc.0 v0.2.2-rc.0 tabby@0.2.2-rc.0 ctranslate2-bindings@0.2.2-rc.0 Meng Zhang 2023-10-09 16:32:03 -0700
  • 3c7af24047 fix: switch ctranslate2 to synchornous implementation Meng Zhang 2023-10-09 16:30:46 -0700
  • 24eadf0de8
    refactor: make /v1/health accept GET requests (#527) Meng Zhang 2023-10-09 11:34:56 -0700
  • 3eb5f4132c chore: add 'v*' match pattern to restrict git describe only compare against a actual release Meng Zhang 2023-10-09 11:13:37 -0700
  • c80e773c60
    refactor: remove options in Agent wsxiaoys-patch-1 Meng Zhang 2023-10-09 10:37:52 -0700
  • 0f8ee7f589
    refactor: move http engine creation to its sub crates (#524) Meng Zhang 2023-10-09 10:37:04 -0700
  • 41e48dc119
    docs: Update vscode walthrough on tabby cloud (#507) Meng Zhang 2023-10-08 21:26:21 -0700
  • 76c2cd25a4
    docs: add information on what data are collected for tabby server (#520) Meng Zhang 2023-10-07 11:32:21 -0700
  • 8c09f75360
    refactor: extract language related data into languages.rs (#518) Meng Zhang 2023-10-06 18:40:21 -0700
  • d85a7892d1
    feat: connect prompt rewriting part (#517) Meng Zhang 2023-10-06 17:29:24 -0700
  • 8497fb1372
    feat: implement /v1beta/search interface (#516) Meng Zhang 2023-10-06 11:54:12 -0700
  • fd2a1ab865
    fix: switch back to regex based implementation for stop words (#513) Meng Zhang 2023-10-06 02:04:37 -0700
  • 4c00ac06fb
    fix(download): mark ggml model downloading should be optional, as ggml is only used for metal backend for now (#512) Meng Zhang 2023-10-06 00:54:56 +0800
  • 9cd2accbaa
    feat: adjust code indexing logic (#510) Meng Zhang 2023-10-05 13:29:41 +0800
  • 1babc38902
    feat: add datset viewer, remove treesitter languages that hasn't been verified (#509) Meng Zhang 2023-10-05 12:49:42 +0800
  • 55f68d4224
    test: unit test for indexing job (#508) Meng Zhang 2023-10-05 07:27:19 +0800