mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
add FLAREEngine and ColbertRerank
This commit is contained in:
parent
6e30b42cc0
commit
73953c025d
1 changed files with 9 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
"""FLARE Engine.
|
||||
|
||||
Use llamaindex's FLAREInstructQueryEngine, which accepts other engines as parameters.
|
||||
For example, Create a simple engine, and then pass it to FLAREEngine.
|
||||
"""
|
||||
|
||||
from llama_index.core.query_engine import ( # noqa: F401
|
||||
FLAREInstructQueryEngine as FLAREEngine,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue