Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
claude[bot]
566dbb5273 fix: update provider type mapping for VoyageAI to use ''voyageai'' instead of ''voyage''
This ensures consistency between telemetry provider name and the actual extra name
used in pyproject.toml, preventing confusion about which extra to install.

Co-authored-by: Daniel Chalef <danielchalef@users.noreply.github.com>
2025-07-15 21:09:46 +00:00

View file

@ -240,7 +240,7 @@ class Graphiti:
return 'falkordb'
# Embedder providers
elif 'voyage' in class_name:
return 'voyage'
return 'voyageai'
else:
return 'unknown'