mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-10 00:02:38 +02:00
experiment pool init
This commit is contained in:
parent
46aa6f1975
commit
471310f3b3
14 changed files with 258 additions and 55 deletions
|
|
@ -46,4 +46,4 @@ class DynamicBM25Retriever(BM25Retriever):
|
|||
def persist(self, persist_dir: str, **kwargs) -> None:
|
||||
"""Support persist."""
|
||||
if self._index:
|
||||
self._index.storage_context.persist(persist_dir)
|
||||
self._index.storage_context.persist(persist_dir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue