Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ragas/_analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def do_not_track() -> bool: # pragma: no cover

@lru_cache(maxsize=1)
def _usage_event_debugging() -> bool:
# For BentoML developers only - debug and print event payload if turned on
# For Ragas developers only - debug and print event payload if turned on
return os.environ.get(RAGAS_DEBUG_TRACKING, str(False)).lower() == "true"


Expand Down