Skip to content

Commit

Permalink
Merge branch 'parallel_indexing' of https://github.com/Future-House/p…
Browse files Browse the repository at this point in the history
…aper-qa into parallel_indexing
  • Loading branch information
JoaquinPolonuer committed Feb 4, 2025
2 parents bdec9df + 30067c1 commit 27832ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paperqa/agents/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ async def get_directory_index( # noqa: PLR0912
)
with progress_bar:
async with anyio.create_task_group() as tg:
processed_counter : Counter = Counter()
processed_counter: Counter = Counter()
for rel_file_path in valid_papers_rel_file_paths:
if index_settings.sync_with_paper_directory:
tg.start_soon(
Expand Down

0 comments on commit 27832ee

Please sign in to comment.