From df1d84743cb1ab30ce9d993d59937048877c1934 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <209825114+claude[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 21:01:03 +0000 Subject: [PATCH] fix: add voyage extra alias for voyageai dependency Fixes issue where error messages suggested installing graphiti-core[voyage] but the extra didn''t exist. Added voyage = [voyageai>=0.2.3] to provide backward compatibility while maintaining the existing voyageai extra. Resolves #728 Co-authored-by: Daniel Chalef --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index aa75211e..4c1fe201 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,7 @@ anthropic = ["anthropic>=0.49.0"] groq = ["groq>=0.2.0"] google-genai = ["google-genai>=1.8.0"] falkordb = ["falkordb>=1.1.2,<2.0.0"] +voyage = ["voyageai>=0.2.3"] voyageai = ["voyageai>=0.2.3"] sentence-transformers = ["sentence-transformers>=3.2.1"] dev = [