{% extends "base.html" %} {% block title %}Vaults - Talkpipe Vault{% endblock %} {% block content %} {% if confirm_vault_path %}
{{ confirm_vault_path }} holds {{ confirm_entry_count }} item{{ 's' if confirm_entry_count != 1 }} that {{ 'are' if confirm_entry_count != 1 else 'is' }} not vault data. A vault is the folder that stores the search index — not the documents you want to search. Creating a vault here will write index files alongside your existing files, and deleting the vault later would delete this entire folder.
To make these documents searchable, create the vault in a new, empty folder instead, then index this folder from the Add Documents page.
A vault is a folder holding the searchable index of your documents. Click Browse to pick an existing vault folder or a place for a new one — an empty or new folder becomes a new vault.
No vaults opened yet — create your first one above.
{% endif %}