From b82014bc9f2cf3ae479ede9820349a1e13b20ad2 Mon Sep 17 00:00:00 2001 From: Nicola Procopio Date: Thu, 30 Nov 2023 15:12:48 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff1612b..0bf3d1a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Cheshire Cat ReRanker apply a rearrangement at each memory with different criteria: * the [*episodic memory*](https://cheshire-cat-ai.github.io/docs/conceptual/memory/episodic_memory/) is reordered according to a temporal criteria, from the newest to the oldest. -* the [*declarative memory*](https://cheshire-cat-ai.github.io/docs/conceptual/memory/declarative_memory/) is reordered according the [**lost in the middle** paper](https://arxiv.org/abs/2307.03172) method +* the [*declarative memory*](https://cheshire-cat-ai.github.io/docs/conceptual/memory/declarative_memory/) is reordered according to the [**lost in the middle** paper](https://arxiv.org/abs/2307.03172) method * the [*procedural memory*](https://cheshire-cat-ai.github.io/docs/conceptual/memory/procedural_memory/) isn't reordered but filtered using a threshold, the default value is 0.5 but you can set it. The ReRanker can be enabled and disabled for each memory independently using the "Settings". @@ -25,4 +25,4 @@ The ReRanker can be enabled and disabled for each memory independently using the > **Important** > ReRankers (in particular Lost In The Middle) are very useful if you get at least more than 10 documents returned from the memories. -> Before using it download and enable the [C.A.T. plugin](https://github.com/Furrmidable-Crew/cat_advanced_tools) from the Plugins store, [follow the instructions](https://github.com/Furrmidable-Crew/cat_advanced_tools#usage) to increase the k parameter of the memories. \ No newline at end of file +> Before using it download and enable the [C.A.T. plugin](https://github.com/Furrmidable-Crew/cat_advanced_tools) from the Plugins store, [follow the instructions](https://github.com/Furrmidable-Crew/cat_advanced_tools#usage) to increase the k parameter of the memories.