mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
fix rerank parsing bug
This commit is contained in:
parent
e1db71b8fd
commit
3fd1ce6c1a
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ class StepContextGenerator(BaseContextGenerator, PromptMixin):
|
|||
return [int(num) for num in numbers]
|
||||
|
||||
except Exception as e:
|
||||
logger.exception(f"Error parsing rerank response: {e}")
|
||||
logger.error(f"Error parsing rerank response: {e}")
|
||||
return []
|
||||
|
||||
def _format_experiences_for_context(self, experiences: List[VectorStoreNode]) -> str:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue