From 8c2053db5bf5d3c561ca4f619e0b0c1bcddedbf3 Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Sat, 26 Aug 2023 17:34:09 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4773b88d9..0a4a85edf 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,14 @@ The repository contains a set of folders that represent the steps in the evoluti 1. Structured output with Pydantic 2. CMD script to process custom PDFs - Level 2 - Memory Manager implemented in Python - We introduce the following concepts: + +We introduce the following concepts: 1. Long Term Memory 2. Short Term Memory 3. Episodic Buffer 4. Attention Modulators - The code at this level contains: + +The code at this level contains: 1. Simple PDF ingestion 2. FastAPI 3. Docker Image