Skip to content

feat: support Gemini embedding models#470

Merged
codelion merged 1 commit into
algorithmicsuperintelligence:mainfrom
pathakanshika144-afk:feat/gemini-embeddings
Jul 12, 2026
Merged

feat: support Gemini embedding models#470
codelion merged 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
Contributor

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
@codelion codelion merged commit 6a56527 into algorithmicsuperintelligence:main Jul 12, 2026
4 checks passed
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

3 participants