Ultra AI in Your Notes
Integrate Google's Vertex AI directly into your Obsidian workflow for "Mastermind" level assistance.
This plugin connects your Obsidian vault to Google Vertex AI, enabling advanced context-aware answers, note generation, and semantic search. It is the engine behind the "Mastermind" assistant.
- Context Awareness: Reads your current note or specific folders to answer questions.
- Generative Writing: Drafts blog posts, summaries, and code snippets.
- Semantic Search: Finds notes based on meaning, not just keywords.
- API Integration: Securely handle Google Cloud credentials/service accounts.
- Chat Interface: Build a sidebar view for chatting with the AI.
- Context Window: Implement a token-counting mechanism to manage context limits.
- RAG (Retrieval Augmented Generation): Index the vault into a vector database for long-term memory.
- Tool Use: Allow the AI to modify notes, create files, and list directories (Agentic behavior).
- Image Generation: Integrate Imagen 3 for generating visuals within notes.
- Settings UI: Create a user-friendly settings tab for model selection and parameters.
- Documentation: Write a setup guide for obtaining Google Cloud API keys.
- Community Plugin: Submit to the official Obsidian plugin list.