mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-05 05:42:37 +02:00
Merge branch 'feat_memory' of github.com:better629/MetaGPT into feat_memory
This commit is contained in:
commit
3b0630fa6c
1 changed files with 0 additions and 1 deletions
|
|
@ -124,7 +124,6 @@ class SimpleEngine(RetrieverQueryEngine):
|
|||
retriever_configs: Configuration for retrievers. If more than one config, will use SimpleHybridRetriever.
|
||||
ranker_configs: Configuration for rankers.
|
||||
"""
|
||||
# check
|
||||
if not retriever_configs or any(isinstance(config, BM25RetrieverConfig) for config in retriever_configs):
|
||||
raise ValueError("Must provide retriever_configs, and BM25RetrieverConfig is not supported.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue