feat(server): add copilot embedding feature (#12590)

fix AI-154
This commit is contained in:
darkskygit
2025-05-28 04:36:37 +00:00
parent 88339b4022
commit f4e7595f4b
5 changed files with 9 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ import { DeploymentType } from '../../env';
export enum ServerFeature {
Captcha = 'captcha',
Copilot = 'copilot',
CopilotEmbedding = 'copilot_embedding',
Payment = 'payment',
OAuth = 'oauth',
Indexer = 'indexer',