mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-07-02 16:01:04 +02:00
feat: +additional output files
This commit is contained in:
parent
f37b12a8ec
commit
dd9a36f388
7 changed files with 70 additions and 66 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