Skip to main content
Cause:
  • you searched with a different model than the one used for indexing
Fix:
Try:
  • --mode semantic
  • --mode lexical
  • rephrasing the query in terms of behavior
  • confirming that index and search use the same model
That is usually expected. The first run may download:
  • the GGUF embedding model
  • the local yzma runtime libraries
Later runs reuse those caches.
Rerun the repository remote index workflow so it republishes compatible state:
  • index.db
  • manifest.json
  • filehashes.db
Then run:
Rebuild the local index:
Confirm that Mintlify is connected to the unch-docs repository and not the main unch code repository.
Pass exactly one URL:
You tried to run unch index on a checkout bound to remote CI and declined the detach prompt.If you want a local rebuild:
  1. run unch index again
  2. confirm the prompt
  3. rebind afterwards if you still want remote sync for that checkout
If you only want the latest published state instead: