From fe00d700fc3339b77475b0e75c9395d361e64723 Mon Sep 17 00:00:00 2001 From: Nick Savage Date: Fri, 4 Oct 2024 13:06:08 -0400 Subject: [PATCH] remove duplicate section --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 8822fc2..ce31425 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,6 @@ ## Why Zettelgarden? -Zettelgarden is an opinionated implementation of the zettelkasten technique. The idea is to build a database of curated information and allow the user to build 'connections' through it. Zettelgarden shines with small, atomic notes (about as much as would fit onto an index card). It encourages you to build a network of lots and lots of cards. - -Cards themselves are not useful, the power comes through linking cards together. Zettelgarden -## Why Zettelgarden? - Zettelgarden is an opinionated implementation of the zettelkasten technique, designed to facilitate a structured and interconnected database of information. It specializes in handling small, atomic notes that encapsulate discrete pieces of information - akin to index cards in a traditional setup. The core philosophy of Zettelgarden is that the true value emerges from linking these cards together. There are two main benefits to keeping notes small: one, it enables you to curate information yourself. The point is not to dump articles in, but to read **and write** atomic thoughts that matter to the user. Then, using embeddings and retrival-augmented generation (RAG), information in Zettelgarden comes **pre-chunked**. This gives good results out of the box, and links you add only make it better.