You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.warning(f"Embedding API request taking too long for {rel_path} chunk {idx}: {elapsed_before_result:.2f}s elapsed, still waiting for response...")
210
-
211
206
emb=future.result(timeout=EMBEDDING_TIMEOUT) # Add timeout to prevent hanging indefinitely
0 commit comments