Skip to content

feat: support Gemini embedding models#470

Open
pathakanshika144-afk wants to merge 1 commit into
algorithmicsuperintelligence:mainfrom
pathakanshika144-afk:feat/gemini-embeddings
Open

feat: support Gemini embedding models#470
pathakanshika144-afk wants to merge 1 commit into
algorithmicsuperintelligence:mainfrom
pathakanshika144-afk:feat/gemini-embeddings

Conversation

@pathakanshika144-afk

@pathakanshika144-afk pathakanshika144-afk commented Jul 11, 2026

Copy link
Copy Markdown

Summary

  • add gemini-embedding-001 support to EmbeddingClient
  • configure Google's OpenAI-compatible endpoint and Gemini/Google API key fallback
  • document the Gemini novelty-filter configuration and add mock-based coverage

Closes #323

Validation

  • python -m pytest tests/test_embedding.py tests/test_novelty_asyncio_issue.py tests/test_database.py
  • python -m black --check openevolve/embedding.py tests/test_embedding.py
  • python -m isort --check-only openevolve/embedding.py tests/test_embedding.py

@CLAassistant

CLAassistant commented Jul 11, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@pathakanshika144-afk pathakanshika144-afk marked this pull request as ready for review July 11, 2026 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request: Support for Gemini Embedding Models

2 participants