Skip to main content
Back to registry

google-gemini-embeddings

jezweb/claude-skills

Complete production-ready guide for Google Gemini embeddings API

Installs337
Install command
npx skills add https://github.com/jezweb/claude-skills --skill google-gemini-embeddings
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Complete production-ready guide for Google Gemini embeddings API This skill provides comprehensive coverage of the gemini-embedding-001 model for generating text embeddings, including SDK usage, REST API patterns, batch processing, RAG integration with Cloudflare Vectorize, and advanced use cases like semantic search and document clustering. Install the Google Generative AI SDK: For TypeScript projects: Set your Gemini API key as an environment variable: Get your API key from: Result : A 768-dimension embedding vector representing the semantic meaning of the text. Current Model : gemini-embedding-001 (stable, production-ready) The model supports flexible output dimensionality using Matryoshka Representation Learning : Default : 3072 dimensions Recommended : 768, 1536, or 3072 for optimal performance RPM = Requests Per Minute TPM = Tokens Per Minute RPD = Requests Per Day Single text embedding : For Workers/edge environments without SDK support : ⚠️ CRITICAL : When using dimensions other than 3072, you MUST normalize embeddings before computing similarity. Only 3072-dimensional embeddings are pre-normalized by the API. Why This Matters : Non-normalized embeddings have varying magnitudes that distort cosine similarity calculations, leading to incorrect search results. Normalization Helper Function : Source : Official Embeddings Documentation Generate embeddings for multiple...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does google-gemini-embeddings do?

Complete production-ready guide for Google Gemini embeddings API

Is google-gemini-embeddings good?

google-gemini-embeddings does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does google-gemini-embeddings work with?

google-gemini-embeddings currently lists compatibility with codex, gemini-cli, opencode, cursor, claude-code, antigravity.

What are alternatives to google-gemini-embeddings?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install google-gemini-embeddings?

npx skills add https://github.com/jezweb/claude-skills --skill google-gemini-embeddings

Related skills

More from jezweb/claude-skills

Related skills

Alternatives in Software Engineering