From eda5eb7f223d5bc561c74f6a6dd0ad302f40663c Mon Sep 17 00:00:00 2001 From: nickprock Date: Thu, 2 Nov 2023 09:02:46 +0100 Subject: [PATCH] updated plugin --- plugin.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.json b/plugin.json index cd72c31..07e44f2 100644 --- a/plugin.json +++ b/plugin.json @@ -1,9 +1,9 @@ { "name": "Lost In The Middle", - "version": "0.0.1", - "description": "Description of lost_in_the_middle.", + "version": "0.0.2", + "description": "The pluging reorder the list of documents returned by the retriever based on the 'Lost in the Middle' paper.", "author_name": "nickprock", "plugin_url": "https://github.com/nickprock/lost_in_the_middle", "tags": "vector-db, embeddings, lost_in_the_middle", - "thumb": "https://raw.githubusercontent.com/nickprock/lost-in-the-middle/main/stregatto_space.png" + "thumb": "https://raw.githubusercontent.com/nickprock/lost-in-the-middle/main/litm.png" }