Use this space to take notes as a group.
References:
- VRM Day on April 15 at 9am: https://vrmday2024a.eventbrite.com/
- Blog about it: https://projectvrm.org/2024/03/20/personal-ai-at-vrm-day-and-iiw/
- Notes from last CTA Call: https://share.note.sx/eb2q4cvq#VZQXeJ3vyJHbF7ylpKrPh4bJcKLppO7px8/G7PvIYd0
Software Selection:
- Around.co over Zoom?
- Ollama over LM Studio?
- Obsidian.md over ?
@Jonny Stryder @Michael Grossman @Bry
- In prep for VRM Day Personal AI Showcase
“Copilot for Obsidian is a free and open-source ChatGPT interface right inside Obsidian. It has a minimalistic design and is straightforward to use.
💬 ChatGPT UI in Obsidian.
🛠️ Prompt AI with your writing using Copilot commands to get quick results.
🚀 Turbocharge your Second Brain with AI.
🧠 Talk to your past notes for insights.
My goal is to make this AI assistant local-first and privacy-focused. It has a local vector store and can work with local models for chat and QA completely offline!”
Local Setup Guide: https://github.com/logancyang/obsidian-copilot/blob/master/local_copilot.md
- Steps:
- Download https://ollama.com/
export OLLAMA_ORIGINS="app://obsidian.md*"ollama run mistral/set parameter num_ctx 32768OLLAMA_ORIGINS=app://obsidian.md* ollama serve
- Steps:
- Helpful primer to understand the local vector index - https://ollama.com/blog/embedding-models