mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 21:29:13 +00:00
Increase default max iterations for research chat director to 5
This commit is contained in:
@@ -133,7 +133,7 @@ async def execute_information_collection(
|
|||||||
file_filters: List[str] = [],
|
file_filters: List[str] = [],
|
||||||
):
|
):
|
||||||
current_iteration = 0
|
current_iteration = 0
|
||||||
MAX_ITERATIONS = 2
|
MAX_ITERATIONS = 5
|
||||||
previous_iterations: List[InformationCollectionIteration] = []
|
previous_iterations: List[InformationCollectionIteration] = []
|
||||||
while current_iteration < MAX_ITERATIONS:
|
while current_iteration < MAX_ITERATIONS:
|
||||||
online_results: Dict = dict()
|
online_results: Dict = dict()
|
||||||
|
|||||||
Reference in New Issue
Block a user