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 44a38ff commit 99b6378Copy full SHA for 99b6378
ai/analyzer.py
@@ -241,13 +241,6 @@ def _process_file_sync(
241
print(err_content)
242
except Exception:
243
logger.exception("Failed to write chunk-insert error to disk for %s chunk %d", rel_path, idx)
244
- else:
245
- failed_count += 1
246
- try:
247
- err_content = "Embedding API returned no vector for chunk."
248
- print(err_content)
249
- except Exception:
250
- logger.exception("Failed to write empty-embedding error to disk for %s chunk %d", rel_path, idx)
251
252
# Log batch completion with timing and status
253
batch_duration = time.time() - batch_start_time
0 commit comments