Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
seehi committed Apr 24, 2024
1 parent eb564bb commit 1607228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metagpt/rag/factories/retriever.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@


def get_or_build_index(build_index_func):
"""Find index using `_extract_index` method.
"""Decorator to get or build an index.
If no index is found, using build_index_func.
Get index using `_extract_index` method, if not found, using build_index_func.
"""

@wraps(build_index_func)
Expand Down

0 comments on commit 1607228

Please sign in to comment.