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:
parent
0de2812eb6
commit
df1d84743c
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ anthropic = ["anthropic>=0.49.0"]
|
||||||
groq = ["groq>=0.2.0"]
|
groq = ["groq>=0.2.0"]
|
||||||
google-genai = ["google-genai>=1.8.0"]
|
google-genai = ["google-genai>=1.8.0"]
|
||||||
falkordb = ["falkordb>=1.1.2,<2.0.0"]
|
falkordb = ["falkordb>=1.1.2,<2.0.0"]
|
||||||
|
voyage = ["voyageai>=0.2.3"]
|
||||||
voyageai = ["voyageai>=0.2.3"]
|
voyageai = ["voyageai>=0.2.3"]
|
||||||
sentence-transformers = ["sentence-transformers>=3.2.1"]
|
sentence-transformers = ["sentence-transformers>=3.2.1"]
|
||||||
dev = [
|
dev = [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue