mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
update rsp_cache.json
This commit is contained in:
parent
666cac971f
commit
e58cef6f18
2 changed files with 20 additions and 10 deletions
|
|
@ -151,7 +151,7 @@ class SimpleEngine(RetrieverQueryEngine):
|
|||
retriever_configs: list[BaseRetrieverConfig] = None,
|
||||
ranker_configs: list[BaseRankerConfig] = None,
|
||||
) -> "SimpleEngine":
|
||||
"""Load from previously maintained"""
|
||||
"""Load from previously maintained index by self.persist(), index_config contains persis_path."""
|
||||
index = get_index(index_config, embed_model=cls._resolve_embed_model(embed_model, [index_config]))
|
||||
return cls._from_index(index, llm=llm, retriever_configs=retriever_configs, ranker_configs=ranker_configs)
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue