gemini-embeddings
π―Skillfrom akrindev/google-studio-skills
Generates high-quality text embeddings using Gemini API for semantic search, similarity analysis, clustering, and RAG applications.
Part of
akrindev/google-studio-skills(5 items)
Installation
python scripts/embed.py "What is the meaning of life?"python scripts/embed.py "best practices for coding" --task RETRIEVAL_QUERY > query.jsonpython scripts/embed.py "Coding best practices include version control" "Clean code is essential" --task RETRIEVAL_DOCUMENT > docs.jsonpython scripts/embed.py "What is the meaning of life?" "What is the purpose of existence?" "How do I bake a cake?" --similaritypython scripts/embed.py "Text to embed" --dim 768+ 8 more commands
Skill Details
Generate text embeddings using Gemini Embedding API via scripts/. Use for creating vector representations of text, semantic search, similarity matching, clustering, and RAG applications. Triggers on "embeddings", "semantic search", "vector search", "text similarity", "RAG", "retrieval".
More from this repository4
Generates natural-sounding speech from text using Google Gemini TTS models, supporting multiple voices, streaming, and multi-speaker conversations.
Efficiently process large volumes of AI requests using Gemini Batch API, enabling cost-effective bulk text generation and async job execution via scripts.
Generates high-quality AI images from text prompts using Google's Gemini and Imagen models, supporting multiple resolutions, aspect ratios, and creative styles.
Generates text content using Google Gemini models with advanced capabilities like multimodal prompts, thinking mode, JSON output, and search grounding.