Rare find

MyAssistant. A personal AI assistant that answers questions about your own documents.

github.com/yumiaura/myAssistant

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

June 2026
  • Document pydantic-ai model layer in README
  • Rewrite Ollama client on top of pydantic-ai
  • Add pydantic-ai, drop direct requests dependency
  • Document configuration and Ollama prerequisite in README
  • Deduplicate retrieved documents
  • Stream Ollama responses to stdout as they generate
  • Make retrieval top_k configurable
  • Make the Ollama request timeout configurable
  • Strip <think> reasoning blocks from Ollama responses
  • Default to qwen3:8b
  • Exclude separator lines from recent history
  • Filter retrieved documents by similarity threshold
  • Cache the sentence-transformer model across calls
  • Align default Ollama model with env template
October 2025
  • Update README.md
  • demo
  • init