We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a21d0 commit 013496eCopy full SHA for 013496e
src/services/code-index/config-manager.ts
@@ -160,6 +160,7 @@ export class CodeIndexConfigManager {
160
geminiOptions?: { apiKey: string }
161
mistralOptions?: { apiKey: string }
162
vercelAiGatewayOptions?: { apiKey: string }
163
+ bedrockOptions?: { region: string; profile?: string }
164
qdrantUrl?: string
165
qdrantApiKey?: string
166
searchMinScore?: number
0 commit comments