Collections are the foundation of GPTWeb's two-phase semantic search — they act as smart routing layers that help the AI find the right content fast. Here's how to create one:
Pro Tip: The collection description is the most important field. GPTWeb uses it for Phase 1 semantic routing — matching visitor queries to the right bucket before searching documents. A vague description like
"Dev docs" will hurt accuracy. A specific one like
"Technical API documentation, integration guides, SDKs, and code examples for developers" routes queries precisely and improves response quality dramatically. Learn more about how the
Knowledge Base (RAG) works under the hood.
Once your collection is created, head to the
Documents tab to start uploading content into it. You can also use the built-in
Web Crawler (found under App Configuration → KB Tuning & Crawler) to automatically pull content from your existing website and populate collections quickly. Ready to get the full setup going? Check out
Getting Started for the complete walkthrough.