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
Fix onboarding skipping embedding generation due to micro-ingestion
Root cause: Onboarding only ran full ingestion if indexed_count == 0,
but partial embeddings from previous runs caused it to skip to
micro-ingestion, leaving embeddings incomplete.
Result: First search had to generate missing embeddings (3-5s lag)
Fix: Check embedding_count vs indexed_count to detect incomplete
embeddings and force full ingestion when needed.
Now 25-30s embedding time moves back to onboarding where it belongs.
0 commit comments