From 7c1c4b2a35659520e4f8e779acbeba54dd1cab91 Mon Sep 17 00:00:00 2001 From: seehi <6580@pm.me> Date: Thu, 21 Mar 2024 17:14:22 +0800 Subject: [PATCH] update comment --- metagpt/rag/engines/flare.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metagpt/rag/engines/flare.py b/metagpt/rag/engines/flare.py index 3fd1bf84b..dc05bd3dd 100644 --- a/metagpt/rag/engines/flare.py +++ b/metagpt/rag/engines/flare.py @@ -1,6 +1,6 @@ """FLARE Engine. -Use llamaindex's FLAREInstructQueryEngine, which accepts other engines as parameters. +Use llamaindex's FLAREInstructQueryEngine as FLAREEngine, which accepts other engines as parameters. For example, Create a simple engine, and then pass it to FLAREEngine. """