Commit Graph

  • b6f301b3ad chore: sqlx prepare workspace json Bartosz Sypytkowski 2024-06-27 09:01:07 +0200
  • cce52a5185 chore: do not throw errors on invalid document schema during indexing Bartosz Sypytkowski 2024-06-27 08:36:51 +0200
  • 5d3574d643 chore: save collab embeddings on collab create Bartosz Sypytkowski 2024-06-25 12:53:10 +0200
  • 8bf6aff923 chore: post rebase fixes Bartosz Sypytkowski 2024-06-24 11:19:31 +0200
  • 42b3cca886 chore: remove appflowy indexer service Bartosz Sypytkowski 2024-06-24 10:38:48 +0200
  • f13b9ee787 chore: add indexing of collabs at application start Bartosz Sypytkowski 2024-06-24 10:03:49 +0200
  • 95912e266c fix: add types removed after rebase Bartosz Sypytkowski 2024-06-24 07:45:56 +0200
  • a706c312b3 chore: making embeddings code compile Bartosz Sypytkowski 2024-06-24 06:22:13 +0200
  • b79fe41af3 chore: moving embeddings into collabparams Bartosz Sypytkowski 2024-06-21 12:48:51 +0200
  • b1ebbecc5f chore: moving appflowy indexer into appflowy cloud Bartosz Sypytkowski 2024-06-21 11:28:57 +0200
  • a6539dd963
    chore: shorten default write interval (#661) Nathan.fooo 2024-06-28 10:06:09 +0800
  • e5021b7313
    chore: add mailer smtp config to docker-compose.yml. Felipe Passos 2024-06-27 11:40:38 -0300
  • 59b2fefee9
    Merge pull request #659 from AppFlowy-IO/fix/publish-name-uniq Zack 2024-06-27 19:16:47 +0800
  • f3d621de98
    fix: sqlx comments Zack 2024-06-27 19:03:29 +0800
  • bfa0f32874
    fix: use two column as unique constraint Zack Fu Zi Xiang 2024-06-27 18:55:06 +0800
  • 50ed9f4a6a
    chore: update create collab list api endpoint (#657) Nathan.fooo 2024-06-27 15:41:10 +0800
  • 80e1dce500
    Merge pull request #655 from AppFlowy-IO/publish-collab-tables Zack 2024-06-27 14:58:57 +0800
  • 3bd1fb9f92
    Merge pull request #656 from AppFlowy-IO/fix-search-non-owner Bartosz Sypytkowski 2024-06-26 14:30:54 +0200
  • b978033c77 fix: make search results visible for members Bartosz Sypytkowski 2024-06-26 13:03:11 +0200
  • d1e4491de8
    feat: add index and uniqueness for publish name Zack Fu Zi Xiang 2024-06-26 19:00:38 +0800
  • 1a22813113
    chore: stop indexing when stream is not exist (#652) Nathan.fooo 2024-06-26 14:24:23 +0800
  • c0bca1cb8c
    Merge pull request #653 from AppFlowy-IO/lazy-indexer Bartosz Sypytkowski 2024-06-26 07:50:25 +0200
  • 9b308bceaa chore: appflowy indexer - do not break the document handler on missing data Bartosz Sypytkowski 2024-06-26 07:18:28 +0200
  • 7d03e9cf85
    Merge pull request #650 from AppFlowy-IO/fix-indexing-order Bartosz Sypytkowski 2024-06-25 09:23:33 +0200
  • b7ce1617cd chore: fix appflowy indexer tests Bartosz Sypytkowski 2024-06-25 08:47:40 +0200
  • 6592f00a20 chore: change query to use workspace directly Bartosz Sypytkowski 2024-06-25 08:07:32 +0200
  • 2ff2a77465 fix: do not throw errors if indexer found document before workspace was created Bartosz Sypytkowski 2024-06-25 07:22:38 +0200
  • c25d78f691
    Merge pull request #649 from AppFlowy-IO/collab-service-dockerfile Khor Shu Heng 2024-06-25 13:30:37 +0800
  • bdae165849
    feat: add post realtime message stream handler to independent collab ws (#647) Khor Shu Heng 2024-06-25 13:30:05 +0800
  • 8e0f28fe1d feat: dockerfile for collab service khorshuheng 2024-06-25 10:02:55 +0800
  • 0f9fcf2042
    Merge pull request #648 from AppFlowy-IO/disable-search-indexing Bartosz Sypytkowski 2024-06-24 11:27:25 +0200
  • ef27a148b9 chore: rename workspace settings disable indexing to disable search indexing in database queries Bartosz Sypytkowski 2024-06-24 10:54:42 +0200
  • 3e019eef3a
    Merge pull request #646 from AppFlowy-IO/longer-publish-name Zack 2024-06-24 16:09:48 +0800
  • c4514a9b70
    fix: error message Zack Fu Zi Xiang 2024-06-24 15:31:56 +0800
  • 8d27f41607
    chore: allow longer publish name Zack Fu Zi Xiang 2024-06-24 15:29:50 +0800
  • 6e3f666ce4
    feat: independent collab websocket server (#640) Khor Shu Heng 2024-06-24 13:59:51 +0800
  • c7d474c9cf
    chore: allow collab persistence and edit state behaviour to be configurable (#637) Khor Shu Heng 2024-06-23 23:19:54 +0800
  • 537824e82b
    chore: fix clippy linting errors and warnings (#639) Khor Shu Heng 2024-06-23 23:18:38 +0800
  • d61524d636
    chore: client api log (#644) Nathan.fooo 2024-06-23 21:42:01 +0800
  • 72affd99e5
    chore: update logs (#643) Nathan.fooo 2024-06-23 15:40:26 +0800
  • e33ef45d05
    feat: Integrate workspace setting (#642) Nathan.fooo 2024-06-23 15:36:32 +0800
  • c0937bfbeb
    feat: support switch model (#641) Nathan.fooo 2024-06-22 15:01:33 +0800
  • fa7565d9de
    Merge pull request #638 from AppFlowy-IO/feat/publish-document-3 Zack 2024-06-21 13:07:23 +0800
  • e1402a9791
    fix: publish name Zack Fu Zi Xiang 2024-06-21 12:05:41 +0800
  • 9a90f77b6e
    chore: sqlx Zack Fu Zi Xiang 2024-06-21 11:31:42 +0800
  • 0bf6d3bd60
    feat: change doc name to publish name Zack Fu Zi Xiang 2024-06-21 11:18:44 +0800
  • af9850817a
    Merge pull request #632 from AppFlowy-IO/feat/publish-document-2 Zack 2024-06-21 10:29:37 +0800
  • 0adbf132be
    chore: merge with main Zack Fu Zi Xiang 2024-06-20 21:15:25 +0800
  • a3af38162e
    chore: fix upload filem meta key by adding parent dir as prefix (#635) Nathan.fooo 2024-06-20 21:12:28 +0800
  • faf27fe25c
    fix: set proxy request buffering off Zack Fu Zi Xiang 2024-06-20 20:31:00 +0800
  • 4b282cd230
    chore: set client_max_body_size Zack Fu Zi Xiang 2024-06-20 19:27:58 +0800
  • 0aa10d93c7
    chore: try add nginx config Zack Fu Zi Xiang 2024-06-20 18:57:26 +0800
  • 94af813b04
    chore: cargo clippy Zack Fu Zi Xiang 2024-06-20 18:12:49 +0800
  • 2696613ded
    feat: add load test Zack Fu Zi Xiang 2024-06-20 18:05:59 +0800
  • 02c0117ed0
    chore: remove unneeded print Zack Fu Zi Xiang 2024-06-20 17:58:00 +0800
  • 4c938575b5
    chore: remove unneeded print Zack Fu Zi Xiang 2024-06-20 17:57:26 +0800
  • 1d57c80fa6
    feat: use custome async reader Zack Fu Zi Xiang 2024-06-20 17:55:52 +0800
  • ab5c7bb830
    fix: try without chunk headers Zack Fu Zi Xiang 2024-06-20 15:05:06 +0800
  • 44592e1730
    fix: try use next instead of try next Zack Fu Zi Xiang 2024-06-20 14:29:16 +0800
  • f7fcb66c95
    fix: wasm build Zack Fu Zi Xiang 2024-06-20 13:15:51 +0800
  • f2f3695cfb
    chore: try use stream feature flag Zack Fu Zi Xiang 2024-06-20 12:32:51 +0800
  • b525e333f0
    feat: batch unpublish Zack Fu Zi Xiang 2024-06-20 12:05:12 +0800
  • 31f5c786a6
    chore: merge with main Zack Fu Zi Xiang 2024-06-20 11:20:16 +0800
  • d4dd350da1
    feat: batch publish item with metadata Zack Fu Zi Xiang 2024-06-20 11:15:08 +0800
  • 6bd75ccfbb
    fix: s3 config when deploy without minio (#633) Nathan.fooo 2024-06-19 15:55:22 +0800
  • 6262816043 chore: remove unused deps in appflowy-ai-client nathan 2024-06-19 13:11:07 +0800
  • 30f87457f3
    feat: support uploading file with multiple part (#625) Nathan.fooo 2024-06-19 13:06:58 +0800
  • 28fa52324e
    Merge pull request #631 from AppFlowy-IO/appflowy-indexer-appflowy-ai-proxy Bartosz Sypytkowski 2024-06-19 05:03:44 +0200
  • 6c09839728
    feat: batch metadata Zack Fu Zi Xiang 2024-06-19 01:30:51 +0800
  • 09828c5eea
    feat: add impl for get collab info Zack Fu Zi Xiang 2024-06-18 19:07:48 +0800
  • 18e9d0abae
    feat: use view id Zack Fu Zi Xiang 2024-06-18 18:20:05 +0800
  • d9354202cd chore: specify chunk size for search and index Bartosz Sypytkowski 2024-06-18 11:45:33 +0200
  • 31b3275d8d
    feat: improve interface Zack Fu Zi Xiang 2024-06-18 17:07:47 +0800
  • 0e50650aa8 chore: use appflowy ai client for embeddings in search api Bartosz Sypytkowski 2024-06-18 10:51:11 +0200
  • ae2a2a4fa0 chore: appflowy indexer uses appflowy ai as open ai proxy Bartosz Sypytkowski 2024-06-18 08:33:24 +0200
  • 9ea4de06fd
    Merge pull request #630 from AppFlowy-IO/track-ai-responses Bartosz Sypytkowski 2024-06-18 10:04:04 +0200
  • f11703949c chore: turn off sqlx macros in tests Bartosz Sypytkowski 2024-06-18 09:34:10 +0200
  • a5bca1852b chore: change test query to macro Bartosz Sypytkowski 2024-06-18 08:53:02 +0200
  • 0bf33efe02
    Merge pull request #629 from AppFlowy-IO/feat/publish-document Zack 2024-06-18 14:31:17 +0800
  • 9ca904f943 chore: change open ai token tracking to daily basis Bartosz Sypytkowski 2024-06-18 06:53:39 +0200
  • 7530d78ab6
    fix: get workspace namespace Zack Fu Zi Xiang 2024-06-18 12:33:04 +0800
  • 236a22ac97
    fix: get workspace namespace Zack Fu Zi Xiang 2024-06-18 12:32:01 +0800
  • de0b03d6ec
    fix: debug integration test Zack Fu Zi Xiang 2024-06-18 11:03:24 +0800
  • ab01363786
    Merge pull request #628 from AppFlowy-IO/embedding_api_endpoint Bartosz Sypytkowski 2024-06-18 04:43:38 +0200
  • f551db6190
    fix: debug integration test Zack Fu Zi Xiang 2024-06-18 10:19:54 +0800
  • 146ef9cb8c
    chore: add client and test for collab workspace deletion Zack Fu Zi Xiang 2024-06-17 23:05:51 +0800
  • 99fc95f33a
    chore: refine api Zack Fu Zi Xiang 2024-06-17 22:55:04 +0800
  • f0a32330b2 chore: fix clippy nathan 2024-06-17 22:08:02 +0800
  • 5bc39729a7 chore: implement embedding api endpoint nathan 2024-06-17 22:06:58 +0800
  • 3f1832444f
    Merge branch 'main' into feat/publish-document Zack Fu Zi Xiang 2024-06-17 21:33:57 +0800
  • d2cb0d4486
    chore: remove unneeded api Zack Fu Zi Xiang 2024-06-17 21:33:36 +0800
  • a0376446d0
    Merge pull request #626 from AppFlowy-IO/foreign-key-indexing Zack 2024-06-17 16:27:18 +0800
  • 16d3c9c7bd
    chore: remove unneeded key Zack Fu Zi Xiang 2024-06-17 14:33:14 +0800
  • 77efd7d236
    chore: add foreign key indices for workspace table Zack Fu Zi Xiang 2024-06-17 14:01:21 +0800
  • ae29bbe9fe
    fix: published doc alias Zack Fu Zi Xiang 2024-06-17 01:07:40 +0800
  • cb74f38ac8
    fix: json metadata Zack Fu Zi Xiang 2024-06-16 20:41:50 +0800
  • 05b284f7e7
    feat: client code for namespace changes Zack Fu Zi Xiang 2024-06-16 14:06:04 +0800
  • 233b757698
    feat: add published endpoints Zack Fu Zi Xiang 2024-06-15 21:47:11 +0800
  • 2ab59e79a3
    feat: get published collab meta data Zack Fu Zi Xiang 2024-06-15 21:20:59 +0800
  • de413844dc
    feat: put and get published collab data Zack Fu Zi Xiang 2024-06-15 14:59:18 +0800