feat(server): improve embedding & rerank speed (#12666)

fix AI-109
This commit is contained in:
darkskygit
2025-06-03 11:12:34 +00:00
parent 2288cbe54d
commit 44e1eb503f
12 changed files with 232 additions and 100 deletions

View File

@@ -168,13 +168,6 @@ test.describe('AISettings/Embedding', () => {
'workspace-embedding-setting-attachment-list'
);
// Uploading
await expect(
attachmentList.getByTestId(
'workspace-embedding-setting-attachment-uploading-item'
)
).toHaveCount(2);
// Persisted
await expect(
attachmentList.getByTestId('workspace-embedding-setting-attachment-item')