feat(server): add doc embedding switch for workspace (#11760)

fix AI-33
This commit is contained in:
darkskygit
2025-04-17 07:13:22 +00:00
parent ebf1d5476d
commit 38e8806787
11 changed files with 71 additions and 11 deletions
@@ -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);