Commit graph

603 commits

Author SHA1 Message Date
Nathan.fooo
6c6f1c5cc3
Local chat (#1347)
* chore: support local chat

* chore: support local chat

* chore: docs

* chore: fmt

* chore: fmt

* chore: fix test
2025-04-18 14:37:21 +08:00
khorshuheng
82242e339f feat: mask comment and reaction's email if profile name is not set 2025-04-17 11:50:37 +08:00
khorshuheng
553d7101bd feat: api to get invitation code info 2025-04-16 10:26:54 +08:00
Nathan.fooo
9ea3c46c26
chore: return highlight search content (#1340) 2025-04-15 16:39:48 +08:00
Nathan.fooo
00b08f8d48
chore: return search sumamry with source id (#1336)
* chore: return search sumamry with source id

* chore: clippy
2025-04-14 14:47:07 +08:00
Nathan.fooo
ef40f8faa4
chore: adjust chunk size (#1334)
* chore: adjust chunk size

* chore: deduplcate search results

* chore: fix test

* chore: update logs

* chore: separate search and summary

* chore: fix test
2025-04-12 22:22:17 +08:00
Nathan.fooo
c76d2f0b4b
feat: summary search result (#1326)
* chore: summary search result

* chore: add test

* chore: clippy

* chore: distance and score

* chore: update test and clarify score and distance

* chore: fix test

* chore: model env
2025-04-11 20:30:11 +08:00
Nathan.fooo
3e65dd1014
add docs and tests for embedding related (#1328)
* chore: add docs and tests

* chore: add test

* chore: fix typo

* chore: clippy
2025-04-10 23:12:53 +08:00
Nathan.fooo
3181b17d60
chore: set deployment id for azure embedding (#1322)
* chore: fix audit

* chore: update audit config

* chore: fix azure embedding

* chore: adjust ai config

* fix: do not generate embedding when all chunk content is empty
2025-04-07 14:44:22 +08:00
Bartosz Sypytkowski
1fd900d994
Document paragraphs (#1119)
* chore: create embeddings by paragraphs

* chore: use document paragraphs method

* chore: document indexing by paragraphs with consistent hash

* chore: compare produced embeddings against existing ones

* chore: make pg stored proc compare between input and existing embedded fragments

* chore: missing sqlx generation

* fix: appflowy worker

* chore: make sure that embeddings are only changed when content had changed

* chore: remove partition key and recreate af_collab_embeddings_upsert migration

* chore: use pg15 on CI and update af_collab_embeddings table primary key

* chore: fix test

---------

Co-authored-by: Nathan <nathan@appflowy.io>
2025-04-06 17:47:02 +08:00
Nathan.fooo
7a577492da
chore: parser response (#1319)
* chore: parser response

* chore: clippy
2025-04-05 13:06:37 +08:00
khorshuheng
dba8db995d feat: join workspace by invite code 2025-04-03 22:12:38 +08:00
Bartosz Sypytkowski
602e22b4ea chore: more test fixes 2025-04-01 08:22:36 +02:00
Bartosz Sypytkowski
539cc5d536 chore: fix folder view id assertion 2025-04-01 08:22:36 +02:00
Bartosz Sypytkowski
95bd71cf90 chore: cargo clippy fix 2025-04-01 08:22:36 +02:00
Bartosz Sypytkowski
7b0c232242 chore: cargo clippy fix 2025-04-01 08:22:36 +02:00
Bartosz Sypytkowski
576f1654cf chore: post cargo rebase fixes 2025-04-01 08:22:36 +02:00
Bartosz Sypytkowski
920c4836d7 chore: cargo fmt 2025-04-01 08:22:36 +02:00
Bartosz Sypytkowski
1db7cb36e0 chore: cargo clippy fix 2025-04-01 08:22:36 +02:00
Bartosz Sypytkowski
477d73ffa3 chore: cargo clippy fix 2025-04-01 08:22:36 +02:00
Bartosz Sypytkowski
6d2e8b7164 chore: cargo clippy fix 2025-04-01 08:22:34 +02:00
Bartosz Sypytkowski
b2aa5c39c1 chore: fix clippy errors 2025-04-01 08:19:43 +02:00
Bartosz Sypytkowski
d02b1123e1 chore: fixed test compilation errors 2025-04-01 08:19:42 +02:00
Bartosz Sypytkowski
f6060cb82d chore: moving string to uuid in tests 2025-04-01 08:18:12 +02:00
khorshuheng
cca3189b79 feat: allow collab id and view id to be overriden for create page api 2025-03-27 13:02:47 +08:00
khorshuheng
9dddf40b0f feat: api for add recent pages 2025-03-24 17:31:01 +08:00
khorshuheng
9c435d9016 feat: add favorite reorder API 2025-03-24 12:55:22 +08:00
Nathan.fooo
dfd44f8fb7
Support stream model (#1290)
* chore: log stream error

* chore: support stream with model
2025-03-23 22:51:41 +08:00
khorshuheng
a66f4aa0a8 feat: add parent view id and created by to folder view 2025-03-20 15:11:34 +08:00
Nathan.fooo
9587c0680f
chore: add custom prompt test (#1284) 2025-03-20 09:51:01 +08:00
khorshuheng
d091332bb9 feat: add endpoint to set/unset page favorite 2025-03-18 15:51:10 +08:00
Nathan.fooo
a2c10d60d6
chore: support streaming v2 (#1279) 2025-03-18 11:30:57 +08:00
Khor Shu Heng
8daa5b3b29
Merge pull request #1259 from AppFlowy-IO/duplicate-api
feat: api for duplicate view
2025-03-05 17:27:22 +08:00
khorshuheng
aec0debf1f feat: api for duplicate view 2025-03-05 16:39:22 +08:00
khorshuheng
4c23c2d396 fix: add author uuid to response for create AI chat question 2025-03-04 14:08:05 +08:00
Khor Shu Heng
3e1d5b0ede
Merge pull request #1251 from AppFlowy-IO/database-view-api-2
feat: api to create database view
2025-02-27 14:46:45 +08:00
Nathan.fooo
06ddd7f755
chore: generate ai image if need (#1254)
* chore: generate ai image

* chore: fix test
2025-02-26 22:54:03 +08:00
khorshuheng
03721deca3 feat: api to create database view 2025-02-25 14:58:51 +08:00
khorshuheng
84f529c0a0 feat: api to add block to the end of document 2025-02-20 15:34:58 +08:00
khorshuheng
fb15b79909 chore: remove unused collab member crud api 2025-02-13 10:48:19 +08:00
khorshuheng
9c4eeffca5 feat: create page with initial data 2025-02-12 16:59:35 +08:00
khorshuheng
dc7dbb7131 feat: support lock page via update page API 2025-02-12 15:36:01 +08:00
khorshuheng
e3d458d93b feat: support chat page creation 2025-02-10 12:30:42 +08:00
Nathan.fooo
a7dff1b7d8
chore: support explain text (#1213) 2025-02-06 12:56:15 +08:00
Nathan.fooo
81ee8c878a
chore: fix create upload test (#1040)
* chore: fix create upload test

* chore: fix test

* chore: fmt
2025-02-05 10:52:17 +08:00
Khor Shu Heng
b8d8007f26
fix: issue:991 unable to import from Notion when using minio (#1203) 2025-02-05 09:55:56 +08:00
Nathan.fooo
18b1386bc2
chore: return model list (#1206) 2025-02-01 12:45:20 +08:00
Khor Shu Heng
e958dda0b8
chore: remove history modules (#1174) 2025-01-19 22:45:49 +08:00
Khor Shu Heng
0f7a1f41d0
feat: support disabling comments and disallow duplicate as template for published page (#1167) 2025-01-17 09:43:56 +08:00
Nathan.fooo
b650e9e5fb
chore: ai writer (#1153)
* chore: ai writer

* chore: update test

* chore: update test

* chore: set env

* chore: rename

* chore: format nginx conf
2025-01-12 23:07:31 +08:00