{% extends "base.html" %} {% from "components/help_macros.html" import tooltip, help_panel, help_step, help_tip %} {% block title %}Collection Details{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
Back to Collections

Loading...

Actions

Upload Files

Privacy & Egress

Private (default): excluded from runs under Public-only / Adaptive-public egress scope, and forces local LLM/embeddings inference when used — its contents never reach a cloud model. Check this only for non-sensitive content you're happy to process with cloud inference. Learn more ↗
Checked (default): the LangGraph research agent can search this collection as one of its tools. Uncheck to keep it out of the agent's tool list when it isn't needed for agentic research. Usability switch only — it does not change privacy or egress.

Statistics

-
Total Documents
-
Indexed Documents
-
Not Indexed
-
Total Chunks
{% call help_panel('rag-indexing', 'Understanding RAG Indexing', icon='brain', collapsed=true, dismissible=true) %}
{{ help_step(1, "Text Extraction", "Documents are parsed and text content is extracted from PDFs, HTML, Markdown, etc.") }} {{ help_step(2, "Chunking", "Text is split into smaller pieces (chunks) for more precise search results.") }} {{ help_step(3, "Embedding", "Each chunk is converted to a vector (list of numbers) that captures its meaning.") }} {{ help_step(4, "Semantic Search", "When you search, your query is also converted to a vector, and the most similar chunks are returned.") }}
{{ help_tip("Why index? Semantic search finds content by meaning, not just keywords. 'car' matches 'automobile', 'vehicle', etc.") }} {% endcall %}

{{ tooltip("Embedding Settings", "Locked because changing these requires re-processing ALL documents (can take hours). Set globally in Settings → Embeddings before creating collections.") }}

Collection's Embedding Settings

Loading settings...

These settings are locked for this collection to ensure embedding consistency. To use different settings, you would need to re-index the entire collection.

Default embedding settings for new collections can be changed in Embedding Settings.

Documents

Loading documents...
{% include "components/delete_confirmation_modal.html" %} {% endblock %}