Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 700 Bytes

File metadata and controls

26 lines (16 loc) · 700 Bytes

Troubleshooting

Preview is empty after Analyze

  • Rerun Analyze to regenerate output.
  • Ensure OPENROUTER_API_KEY is set and valid.

Summary looks incomplete

  • The model may have truncated output. Try re-running Analyze.
  • Consider shortening the source note before summarizing.

Related notes are empty

  • Run "Re-index vault" in the sidebar.
  • Ensure ChromaDB has a persistent directory in data/chroma_db.

Inbox list is empty

  • Check INBOX_FOLDER in .env.
  • Ensure the folder exists inside the vault and contains .md files.

App fails to start

  • Confirm .env exists and VAULT_PATH is correct.
  • Run uv run streamlit run src/obsidian_inbox_processor/ui/app.py.