No active index for model X; run `unch index --model X` first
No active index for model X; run `unch index --model X` first
Cause:
- you searched with a different model than the one used for indexing
Search returns no results or poor results
Search returns no results or poor results
Try:
--mode semantic--mode lexical- rephrasing the query in terms of behavior
- confirming that
indexandsearchuse the same model
First run is slow
First run is slow
That is usually expected. The first run may download:
- the GGUF embedding model
- the local
yzmaruntime libraries
Remote sync fails with an incompatible schema error
Remote sync fails with an incompatible schema error
Rerun the repository remote index workflow so it republishes compatible state:
index.dbmanifest.jsonfilehashes.db
Local search breaks after upgrading unch
Local search breaks after upgrading unch
Rebuild the local index:
Mintlify site does not refresh after a docs push
Mintlify site does not refresh after a docs push
Confirm that Mintlify is connected to the
unch-docs repository and not the main unch code repository.bind ci requires exactly one GitHub repository or workflow URL
bind ci requires exactly one GitHub repository or workflow URL
Pass exactly one URL:
Local reindex canceled; remote CI binding preserved
Local reindex canceled; remote CI binding preserved
You tried to run
unch index on a checkout bound to remote CI and declined the detach prompt.If you want a local rebuild:- run
unch indexagain - confirm the prompt
- rebind afterwards if you still want remote sync for that checkout