Skip to content

Releases: BenyD/haypile

Release list

v0.1.1

Choose a tag to compare

@BenyD BenyD released this 17 Jul 09:20

Changelog

  • 383aaf4 add docs site, demo gif, and drop em dashes from output

v0.1.0

Choose a tag to compare

@BenyD BenyD released this 17 Jul 09:10

Changelog

  • ecb14d4 add PDF and docx extraction with page-cited results
  • 9cae43f add hay ask and MCP server: cited answers, editor integration
  • f6cf16f add hay init: per-folder config with live-reconciling excludes
  • b331a52 add hay llm setup: guided path to a working local LLM
  • 9bd13e8 add hay serve: daemon with REST API, folder watcher, auto-start
  • 57c3d95 add hybrid semantic search: embedder interface, vectors, RRF merge
  • 065357e add project scaffold: hay CLI skeleton, CI, PRD, eval harness
  • 32c01f3 add release pipeline: goreleaser, homebrew tap, install script
  • 4811e8a bundle MiniLM embedder: pure-Go inference, on by default
  • e6f676e drop Ollama dependency: bundle embeddings, make ask endpoint-agnostic
  • f4e54a2 implement M0: FTS5 keyword search for hay add/search/list/remove
  • 3ce0328 quantize bundled weights to int8: 125MB binary drops to 56MB
  • 3120e02 support hay add and fix rune-split at chunk boundaries