Search Index Administration

Manage Azure AI Search indexes: list, create, and update indexes from YAML or JSON specs.

Live Indexes

  • No data yet

Create Index from YAML

Upload a YAML definition. Minimal fields are supported here; richer features may use rag_shared helpers if installed.
Or paste YAML:

Create / Update Index from JSON

Paste a raw Azure AI Search index JSON. Requires at minimum: name, fields[]. Choose mode: create (fail if exists), update (fail if missing), upsert (create or update).

Result

Ready.

Danger Zone

Permanently delete all documents from a selected index. This action cannot be undone.