From e7da9eb00cb8a78ceebc9351753339ce2f3931d6 Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Wed, 18 Dec 2024 13:03:50 +0530 Subject: [PATCH] Doc: update custom categories (#2094) --- docs/features/custom-categories.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/custom-categories.mdx b/docs/features/custom-categories.mdx index 9743460f..28ebd71c 100644 --- a/docs/features/custom-categories.mdx +++ b/docs/features/custom-categories.mdx @@ -43,9 +43,9 @@ Mostly cook at home because of gym plan. (fitness, cooking) ``` - The more detailed the description of categories is, the better output the user will receive. When custom categories are provided, they will completely replace the default categories, so make sure to include all categories you want to use. + The more detailed the description of categories is, the better output the user will receive. When custom categories are provided in the `add` API call, they will completely replace the default categories and will be directly assigned to the memory, so make sure to include all categories you want to use. - We will soon release a feature that allows users to set custom categories in `project`. The final categories will be a combination of the default and user-defined custom categories. + We will soon release a feature that allows users to set custom categories in `project`. This will allow the functionality where relevant categories are automatically assigned to the memory based on the input text provided. ## Default Categories Here is the list of **default categories**. Ensure you review these before creating custom categories to prevent duplication.