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 fe877f9 commit 4c71f27Copy full SHA for 4c71f27
src/services/code-index/embedders/gemini.ts
@@ -22,7 +22,7 @@ export class GeminiEmbedder implements IEmbedder {
22
/**
23
* Creates a new Gemini embedder
24
* @param apiKey The Gemini API key for authentication
25
- * @param modelId The model ID to use (defaults to text-embedding-004)
+ * @param modelId The model ID to use (defaults to gemini-embedding-001)
26
*/
27
constructor(apiKey: string, modelId?: string) {
28
if (!apiKey) {
0 commit comments