Manage namespaces in Studio

  • Create: Click New Namespace, provide a name and optional description. You can attach feature extractors and payload indexes up-front. API parity: Create Namespace.
  • Switch active namespace: Use the top bar to scope every page. This sets the X-Namespace in API calls made by Studio.
  • Update: Edit payload indexes or rename. API parity: Update Namespace.
  • List and search: Quickly find namespaces you have access to. API parity: List Namespaces.
  • Get details: Inspect configured feature extractors and indexes. API parity: Get Namespace.
  • Delete: Remove a namespace that you no longer need. This deletes the associated Qdrant collection. API parity: Delete Namespace.

Tips

  • Namespaces map 1 to 1 with Qdrant collections. Choose clear names per environment like acme_dev, acme_prod.
  • Keep one or more feature extractors attached; Engine ensures the collection is bootstrapped on first ingestion.
1

Create a namespace

Click New Namespace, add details, and optionally attach feature extractors and payload indexes.
2

Switch active namespace

Use the top bar switcher; this sets the X-Namespace applied by Studio.
3

Manage and clean up

Update indexes as needs evolve; delete unused namespaces to keep your workspace tidy.
Deleting a namespace removes its backing Qdrant collection for the org scope. Ensure backups as needed.