Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add logs to weaviate #734

Merged
merged 2 commits into from
Dec 20, 2023
Merged

Add logs to weaviate #734

merged 2 commits into from
Dec 20, 2023

Conversation

PhilippeMoussalli
Copy link
Contributor

Add logs to give indication on indexing progress

df = part.compute()
for row in df.itertuples():
for row in tqdm(df.itertuples(), desc="Processing rows", total=len(df)):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you tested this?
Providing progress on the row level might be a bit much. I guess partitions would be enough?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah indeed this just adds in another bar but the process time per partition is generally not that long, removed it

@PhilippeMoussalli PhilippeMoussalli merged commit 1253de4 into main Dec 20, 2023
2 of 5 checks passed
@PhilippeMoussalli PhilippeMoussalli deleted the add-logs-to-weaviate branch December 20, 2023 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants