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 <danielchalef@users.noreply.github.com>
This commit is contained in:
claude[bot] 2025-07-15 21:01:03 +00:00
parent 0de2812eb6
commit df1d84743c

View file

@ -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 = [