Skip to content

Troubleshooting

When you first open Golden Retriever after installation, macOS will show three keychain access prompts (one for each secure storage item). Click “Always Allow” on each. This is a one-time setup — you won’t see these again.

If you accidentally clicked “Deny”, go to Keychain Access.app, find the Golden Retriever entries, and delete them. Then relaunch the app.

This means you’ve hit Google’s API rate limit. The free Gemini API tier has usage caps:

  • Embedding: 1,500 requests per minute
  • Search/Ask AI: 15 requests per minute

What to do: Wait a minute and try again. During large folder indexing, the app automatically throttles to stay within limits.

Golden Retriever bundles Qdrant (the vector search engine) inside the app. If it fails to start:

  1. Check Settings → Diagnostics for error details
  2. Make sure no other Qdrant instance is running on port 6334
  3. Try quitting and relaunching the app

If you added a folder but files don’t show up in search:

  1. Check the Content Library tab — look for files with error icons
  2. Make sure the files are in a supported format
  3. Check that the folder has read permissions (right-click → Get Info in Finder)
  4. Try running the pipeline again from the Content Library
  • Make sure indexing has completed (check Content Library for progress)
  • Try broader search terms — semantic search finds meaning, not exact keywords
  • Check that Qdrant is running (Settings → Diagnostics)