mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-08 04:27:44 +00:00
perf: some small upgrade to factor costeer to improve the performance (#420)
* 1. use dataframe.info instead of head 2. in former trace query, add the latest attempt to the last success execution * fix CI
This commit is contained in:
@@ -37,6 +37,7 @@ class FactorImplementSettings(BaseSettings):
|
||||
v2_query_component_limit: int = 1
|
||||
v2_query_error_limit: int = 1
|
||||
v2_query_former_trace_limit: int = 1
|
||||
v2_add_fail_attempt_to_latest_successful_execution: bool = False
|
||||
v2_error_summary: bool = False
|
||||
v2_knowledge_sampler: float = 1.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user