{% extends "base.html" %} {% block title %}Home - Talkpipe Vault{% endblock %} {% block content %}

Explore Your Vault

Search indexed chunks, find exact phrases, or ask a focused question grounded in your documents.

🔍

Semantic Search

Use natural language to find chunks that match the meaning of your query.

Try: "What did I write about deployment?"
📑

Keyword Search

Search exact words and phrases with AND, OR, NOT, and quoted phrase matching.

Try: "FastAPI" AND "Whoosh"
💬

Ask a Question

Generate an answer from the most relevant vault chunks for a single question.

Try: "Summarize my notes about indexing."
{% endblock %}