mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-24 13:58:50 +08:00
feat(server): add doc embedding switch for workspace (#11760)
fix AI-33
This commit is contained in:
@@ -60,6 +60,7 @@ test('should update workspace', async t => {
|
||||
public: true,
|
||||
enableAi: true,
|
||||
enableUrlPreview: true,
|
||||
enableDocEmbedding: false,
|
||||
};
|
||||
await t.context.workspace.update(workspace.id, data);
|
||||
const workspace1 = await t.context.workspace.get(workspace.id);
|
||||
|
||||
Reference in New Issue
Block a user