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 867fa6e commit 8f90433Copy full SHA for 8f90433
src/services/code-index/embedders/gemini.ts
@@ -175,8 +175,6 @@ export class CodeIndexGeminiEmbedder extends GeminiHandler implements IEmbedder
175
modelId: string,
176
taskType: string,
177
): Promise<{ embeddings: number[][]; usage: { promptTokens: number; totalTokens: number } }> {
178
- const now = new Date()
179
- console.log(`_callGeminiEmbeddingApi ${now.toISOString()}`)
180
const response = await this.client.models.embedContent({
181
model: modelId,
182
contents: batchTexts,
0 commit comments