mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
feat(server): global embedding gql endpoint (#11809)
fix AI-30 fix AI-31 fix PD-2487
This commit is contained in:
@@ -8193,6 +8193,12 @@ export function useAFFiNEI18N(): {
|
||||
* `Audio not provided.`
|
||||
*/
|
||||
["error.COPILOT_TRANSCRIPTION_AUDIO_NOT_PROVIDED"](): string;
|
||||
/**
|
||||
* `Failed to add workspace file embedding: {{message}}`
|
||||
*/
|
||||
["error.COPILOT_FAILED_TO_ADD_WORKSPACE_FILE_EMBEDDING"](options: {
|
||||
readonly message: string;
|
||||
}): string;
|
||||
/**
|
||||
* `You have exceeded your blob size quota.`
|
||||
*/
|
||||
|
||||
@@ -2027,6 +2027,7 @@
|
||||
"error.COPILOT_TRANSCRIPTION_JOB_EXISTS": "Transcription job already exists",
|
||||
"error.COPILOT_TRANSCRIPTION_JOB_NOT_FOUND": "Transcription job not found.",
|
||||
"error.COPILOT_TRANSCRIPTION_AUDIO_NOT_PROVIDED": "Audio not provided.",
|
||||
"error.COPILOT_FAILED_TO_ADD_WORKSPACE_FILE_EMBEDDING": "Failed to add workspace file embedding: {{message}}",
|
||||
"error.BLOB_QUOTA_EXCEEDED": "You have exceeded your blob size quota.",
|
||||
"error.STORAGE_QUOTA_EXCEEDED": "You have exceeded your storage quota.",
|
||||
"error.MEMBER_QUOTA_EXCEEDED": "You have exceeded your workspace member quota.",
|
||||
|
||||
Reference in New Issue
Block a user