Skip to main content
Back to registry

grepai-embeddings-openai

yoanbernabeu/grepai-skills

This skill covers using OpenAI's embedding API with GrepAI for high-quality, cloud-based embeddings.

Installs146
Install command
npx skills add https://github.com/yoanbernabeu/grepai-skills --skill grepai-embeddings-openai
About this skill
This skill covers using OpenAI's embedding API with GrepAI for high-quality, cloud-based embeddings. Get your API key at: Set the environment variable: Warning: Never commit API keys to version control. Best for: Most use cases, good balance of cost/quality. Best for: Maximum accuracy, cost not a concern. You can reduce dimensions to save storage: Approximate costs per 1000 source files: Note: Costs are one-time for initial indexing. Updates only re-embed changed files. GrepAI v0.24.0+ supports adaptive rate limiting and parallel requests: Parallelism recommendations: GrepAI automatically batches chunks for efficient API usage. OpenAI has rate limits based on your account tier: GrepAI handles rate limiting automatically with adaptive backoff. macOS/Linux: Windows (PowerShell): Create .env in your project root: Add to .gitignore : For Azure-hosted OpenAI: ❌ Problem: 401 Unauthorized ✅ Solution: Check API key is correct and environment variable is set: ❌ Problem: 429 Rate limit exceeded ✅ Solution: Reduce parallelism or upgrade OpenAI tier: ❌ Problem: High costs ✅ Solutions: ❌ Problem: Slow indexing ✅ Solution: Increase parallelism: ❌ Problem: Privacy concerns ✅ Solution: Use Ollama for local embeddings instead Important: You cannot mix embeddings from different models/providers.

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 grepai-embeddings-openai do?

This skill covers using OpenAI's embedding API with GrepAI for high-quality, cloud-based embeddings.

Is grepai-embeddings-openai good?

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

What agent does grepai-embeddings-openai work with?

grepai-embeddings-openai currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, github-copilot, claude-code.

What are alternatives to grepai-embeddings-openai?

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

How do I install grepai-embeddings-openai?

npx skills add https://github.com/yoanbernabeu/grepai-skills --skill grepai-embeddings-openai

Related skills

More from yoanbernabeu/grepai-skills

Related skills

Alternatives in Software Engineering