Use this space to take notes as a group.

References:

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 32768
      • OLLAMA_ORIGINS=app://obsidian.md* ollama serve
  • Helpful primer to understand the local vector index - https://ollama.com/blog/embedding-models