From 6aeb508d6e32198b94dafcc153c26510271b88f6 Mon Sep 17 00:00:00 2001 From: laurenspriem Date: Mon, 9 Jun 2025 17:50:31 +0530 Subject: [PATCH 1/3] Remove old info --- docs/docs/photos/features/machine-learning.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/docs/photos/features/machine-learning.md b/docs/docs/photos/features/machine-learning.md index 215c1d98a8..1948aa3880 100644 --- a/docs/docs/photos/features/machine-learning.md +++ b/docs/docs/photos/features/machine-learning.md @@ -47,8 +47,5 @@ device. The indexes are synced across all your devices automatically using the same end-to-end encrypted security that we use for syncing your photos. -Note that the desktop app does not currently support modifying the face -groupings, that is only supported by the mobile app. - For more information on how to use Machine Learning for face recognition please check out [the FAQ](../faq/face-recognition). From b1810c7ea6e1371113eea10e50c0f3de3e7edbcd Mon Sep 17 00:00:00 2001 From: laurenspriem Date: Mon, 9 Jun 2025 17:50:43 +0530 Subject: [PATCH 2/3] Add local indexing info --- docs/docs/photos/features/machine-learning.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/docs/photos/features/machine-learning.md b/docs/docs/photos/features/machine-learning.md index 1948aa3880..e43edd5b43 100644 --- a/docs/docs/photos/features/machine-learning.md +++ b/docs/docs/photos/features/machine-learning.md @@ -47,5 +47,20 @@ device. The indexes are synced across all your devices automatically using the same end-to-end encrypted security that we use for syncing your photos. +--- + +#### Local indexing on mobile + +In general the machine learning is optimized to work well on most mobile device. +However, devices with low RAM (4-6GB) and large photo libraries might struggle +to complete the indexing without affecting performance of the app. In such case, +you might want to disable local indexing and let the desktop run it instead. + +You can disable local indexing from the settings, under +`General > Advanced > Machine learning > Configuration`. This way, you can +continue to use the ML features without your phone performance taking any hit. + +--- + For more information on how to use Machine Learning for face recognition please check out [the FAQ](../faq/face-recognition). From 84f7b9699810576baaa61f77d2661282e286bb83 Mon Sep 17 00:00:00 2001 From: laurenspriem Date: Mon, 9 Jun 2025 18:13:38 +0530 Subject: [PATCH 3/3] Add notifications entry --- docs/docs/.vitepress/sidebar.ts | 4 +++ docs/docs/photos/features/notifications.md | 33 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 docs/docs/photos/features/notifications.md diff --git a/docs/docs/.vitepress/sidebar.ts b/docs/docs/.vitepress/sidebar.ts index 8a0754ad7e..488788b0ae 100644 --- a/docs/docs/.vitepress/sidebar.ts +++ b/docs/docs/.vitepress/sidebar.ts @@ -73,6 +73,10 @@ export const sidebar = [ link: "/photos/features/machine-learning", }, { text: "Map", link: "/photos/features/map" }, + { + text: "Notifications", + link: "/photos/features/notifications", + }, { text: "Passkeys", link: "/photos/features/passkeys", diff --git a/docs/docs/photos/features/notifications.md b/docs/docs/photos/features/notifications.md new file mode 100644 index 0000000000..0cf33a6e0e --- /dev/null +++ b/docs/docs/photos/features/notifications.md @@ -0,0 +1,33 @@ +--- +title: Notifications +description: Details about notifications in Ente +--- + +# Notifications + +The Ente app can send notifications to notify you of an update, or just to +remind you of some sweet or helpful memory at the right time. + +## New shared photos + +Receive notifications when someone adds a photo to a shared album that you're a +part of. + +## "On this day" memories + +Receive reminders about memories from this day in previous years. These +reminders will only be shown if there are enough photos taken across previous +years of the specific day. + +## Birthday notifications + +Receive reminders when it's someone's birthday. Tapping on the notification will +take you to photos of the birthday person. This requires you to first add a +birthday to a person, and will only be shown if there are enough photos of that +person. + +## Notification permission + +By default all notification categories are enabled if you give notification +permission. You can disable all of the above notification categories from +`Settings > Notifications`. Notifications currently only work on mobile.