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 1c1438d commit a48b2b0Copy full SHA for a48b2b0
src/shared/embeddingModels.ts
@@ -61,7 +61,7 @@ export const EMBEDDING_MODEL_PROFILES: EmbeddingModelProfiles = {
61
// Cohere models
62
"cohere/embed-v4.0": { dimension: 1024, scoreThreshold: 0.4 },
63
// Google models
64
- "google/gemini-embedding-001": { dimension: 768, scoreThreshold: 0.4 },
+ "google/gemini-embedding-001": { dimension: 3072, scoreThreshold: 0.4 },
65
"google/text-embedding-005": { dimension: 768, scoreThreshold: 0.4 },
66
"google/text-multilingual-embedding-002": { dimension: 768, scoreThreshold: 0.4 },
67
// Amazon models
0 commit comments