From c4cc70bcc9a06a3a6ca4d7c52992f02b5d1515d4 Mon Sep 17 00:00:00 2001 From: Debanjum Date: Fri, 6 Jun 2025 15:30:21 -0700 Subject: [PATCH] Delete file summarization slash commands docs page File summarization slash commands have been deprecated. Folks can upload files and ask their questions directly --- documentation/docs/features/summarization.md | 26 -------------------- 1 file changed, 26 deletions(-) delete mode 100644 documentation/docs/features/summarization.md diff --git a/documentation/docs/features/summarization.md b/documentation/docs/features/summarization.md deleted file mode 100644 index de7f9d7e..00000000 --- a/documentation/docs/features/summarization.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -sidebar_position: 5 ---- - -# File Summarization - -You can use the `/summarize` command to get Khoj to generate context driven summaries of your documents. -Simply select a single file filter on the left panel menu and then use `/summarize [any context]` and Khoj -will produce a tailored summary of the text. - -You can also try a natural language query which include the intent for summary without explicitly using the `/summarize` command. - -## Design Diagram - -Chat on Web - -## Example Usage - -* `/summarize in a way that can be used as practice questions for a test` -* `/summarize in a way a toddler can understand` -* `/summarize in one paragraph` - -Without using the `/summarize` command: -* `create a summary of the document in a way that can be used as practice questions for a test` -* `summarize the document in a way a toddler can understand` -* `generate a one paragraph summary of the document`