We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd6955 commit e44e633Copy full SHA for e44e633
1 file changed
migrations/init_embeddings_tracker.py
@@ -66,7 +66,7 @@ def main():
66
print("=" * 80)
67
68
entries = []
69
- for library_name, chunks in tqdm(results.items(), desc="Processing libraries"):
+ for _library_name, chunks in tqdm(results.items(), desc="Processing libraries"):
70
for chunk in chunks:
71
doc_id = generate_doc_id(chunk.package_name, chunk.page, chunk.text)
72
entries.append(
0 commit comments