From a4af6e2c2143be3895ebdeab9fd68991c771865e Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Mon, 25 Mar 2024 12:11:22 +0100 Subject: [PATCH] Added docs --- docs/blog/posts/cognee-library-release.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/blog/posts/cognee-library-release.md b/docs/blog/posts/cognee-library-release.md index 649635267..d7193421d 100644 --- a/docs/blog/posts/cognee-library-release.md +++ b/docs/blog/posts/cognee-library-release.md @@ -32,8 +32,8 @@ Moving forward, we have adopted several new strategies, features, and design pri 💡 Propositions: Defined as atomic expressions within a text, each proposition encapsulates a unique factoid, conveyed in a succinct, standalone natural language format. We employ Large Language Models (LLMs) to break down text into propositions and link them, forming graphs with propositions as nodes and their connections as edges. -For example, **"Grass is green", and "2 + 5 = 5"** are propositions. The first proposition has the truth value of "true" and the second "false". -The inspiration was found in the following [paper] (https://arxiv.org/pdf/2312.06648.pdf) +For example, "Grass is green", and "2 + 5 = 5" are propositions. The first proposition has the truth value of "true" and the second "false". +The inspiration was found in the following [paper](https://arxiv.org/pdf/2312.06648.pdf)