Skip to content
df12
Tools Creative Docs About
Menu
  • Tools
  • Creative
  • Docs
  • About
Back to docs

Axinite

Local-first personal AI assistant. REPL, web gateway, webhooks, routines, and background jobs with sandboxed WASM tools.

Introduction

Skill bundle installs

Hosted workers and remote tools

  • Minimal workflow example
  • Visibility rules & defaults

HTML-to-Markdown conversion for HTTP responses

Self-repair notifications

Workspace memory search

Source

View markdown

Source material

Contents

  • Introduction

    • Introduction
  • Skill bundle installs

    • Skill bundle installs
  • Hosted workers and remote tools

    • Hosted workers and remote tools
    • Minimal workflow example
    • Visibility rules & defaults
  • HTML-to-Markdown conversion for HTTP responses

    • HTML-to-Markdown conversion for HTTP responses
  • Self-repair notifications

    • Self-repair notifications
  • Workspace memory search

    • Workspace memory search

Workspace memory search

Updated Jul 27, 2026

When workspace memory is enabled, the search backend differs by database:

  • PostgreSQL — performs pgvector cosine-distance queries directly.
  • libSQL / Turso — attempts an indexed vector_top_k(...) query when a compatible fixed-dimension vector index exists. After the V9 migration (which removed the fixed-dimension index in favour of flexible-dimension vector storage, with memory_chunks.embedding stored as a flexible vector), the backend automatically falls back to brute-force cosine similarity computed in Rust. Results from both paths feed into the same Reciprocal Rank Fusion (RRF) pipeline, so hybrid full-text search (FTS) + vector retrieval is preserved.

To determine which search mode is active for a workspace, run:

axinite doctor
axinite status

Both commands report whether indexed or brute-force vector retrieval is currently in use. See docs/database-integrations.md for backend trade-offs and performance considerations.

df12 Productions

Serious systems, playful worlds. We ship tools that cut build times and stories that map the human edge of complex networks.

OSS & Licences

  • Limela — licence
  • Netsuke — licence
  • mxd — licence
  • Episodic — licence

Stay in touch

  • [email protected]
  • GitHub
  • Bluesky

Built for curious builders and storytellers everywhere. © 2026 df12 Productions.