Troubleshooting
Common issues and fixes for Vault Intelligence.
API & connection issues
"429 Too Many Requests"
This means you are hitting Google's rate limit (Tokens Per Minute or Requests Per Minute).
- Cause: Often happens during the initial vault index if you have many notes, or if your Context Window Budget is set very high (sending 1M tokens at once).
- Fix 1: Go to Settings > Indexing & Search and increase the Indexing delay to
1000msor higher. - Fix 2: Lower your Context window budget to
100,000tokens.
"Model not found"
- Cause: You might be trying to use a newer model (like
gemini-3-flash-preview) that hasn't rolled out to your API key's region yet, or you have a typo in the model name. - Fix: Check the Gemini Models list and ensure the model name in Settings exactly matches a valid model ID.
Search & quality issues
"The agent says it can't find information, but I know I have a note on it."
- Cause 1 (Search Strictness): The Minimum similarity score might be too high.
- Fix: Lower it to
0.4or0.35in Settings.
- Fix: Lower it to
- Cause 2 (Indexing): The note might not be indexed yet.
- Fix: Toggle a small change in the note to force a re-index, or restart Obsidian to trigger a full vault scan.
"The agent answers from general knowledge, not my notes."
- Cause: The agent might feel "confident" enough to answer without checking your vault.
- Fix: Be explicit. Ask "Based on my notes..." or use the
@mention feature to point it to specific folders.
Debugging
If you are reporting a bug on GitHub, please provide logs:
- Go to Settings > Advanced.
- Set Log level to
Debug. - Open the Developer Console (
Ctrl+Shift+Ion Windows/Linux,Cmd+Opt+Ion Mac). - Perform the action that fails.
- Copy the logs starting with
[VaultIntelligence].