{% extends "base.html" %} {% block title %}Vaults & Documents - 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, put the vault in a new, empty folder instead and index this folder into it.
Pick the documents to index and the vault to index them into. Documents are embedded with {{ models.embedding_source }}/{{ models.embedding_model }} (change this under Settings).
No vaults opened yet — indexing documents creates your first one.
{% endif %}