{% extends "base.html" %} {% block title %}Create New Collection{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Create New Collection

Set up a new collection to organize and index your documents

What's Next?

After creating your collection, you can upload documents and index them for semantic search. Collections help you organize documents by topic, project, or time period.

Tip: Use descriptive names like "AI Research 2024" instead of generic names
Tip: Group related documents together for better semantic search results
{% endblock %}