CarlosMG01

Results 1 comments of CarlosMG01

@me0106 You could also edit the telemetry.py adding the following: ```python def __init__(self, vector_store=None): self.posthog = Posthog(project_api_key=PROJECT_API_KEY, host=HOST, ) self.user_id = get_or_create_user_id(vector_store) if not MEM0_TELEMETRY: self.posthog.disabled = True self.close() ```...