Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…lder into STAGING
  • Loading branch information
prakriti-solankey authored Jan 23, 2025
2 parents 598c206 + 9fc7abc commit b78346f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,6 @@ async def processing_source(uri, userName, password, database, model, file_name,
job_status = "Completed"
for i in range(0, len(chunkId_chunkDoc_list), update_graph_chunk_processed):
select_chunks_upto = i+update_graph_chunk_processed
if select_chunks_upto > chunk_to_be_processed:
break
logging.info(f'Selected Chunks upto: {select_chunks_upto}')
if len(chunkId_chunkDoc_list) <= select_chunks_upto:
select_chunks_upto = len(chunkId_chunkDoc_list)
Expand Down

0 comments on commit b78346f

Please sign in to comment.