VECTOR DATABASE

Azure AI Search actions

10 actions you can wire into a flow, alongside everything else in the Vector Database integration.

Every Azure AI Search action

  • Azure AI Search: Count DocumentsCount the documents in an index. The count is eventually consistent: a just-finished upload can take a few seconds to show.
  • Azure AI Search: Create or Update IndexCreate an Azure AI Search index from a full index definition (fields, vector search profiles, semantic configuration), or update it in place. Needs an admin API key.
  • Azure AI Search: Delete DocumentsDelete documents from an index by key. Deleting a key that does not exist counts as success (the service treats it as already gone). Needs an admin API key.
  • Azure AI Search: Delete IndexDelete an Azure AI Search index and every document in it. This cannot be undone. Needs an admin API key.
  • Azure AI Search: Get DocumentLook up a single document in an index by its key. Optionally select specific fields to return.
  • Azure AI Search: Get IndexFetch an Azure AI Search index definition: fields, vector search profiles, scoring profiles, and semantic configuration.
  • Azure AI Search: Get Index StatisticsFetch an index's document count and storage usage (including vector index size): handy for capacity checks before a bulk upload.
  • Azure AI Search: Get Many IndexesList every index on the search service. Optionally select specific properties (e.g. name) to keep the output small.
  • Azure AI Search: SearchQuery an index: keyword (full-text), vector (similarity over an embedding), or hybrid (both fused). Optionally re-rank with a semantic configuration. Results include @search.score.
  • Azure AI Search: Upload DocumentsAdd or update documents in an index. Merge or Upload (the default) upserts; Merge updates existing documents only; Upload replaces whole documents. Needs an admin API key.

Also in Vector Database

Put Azure AI Search in a flow

These actions sit on the same canvas as every other integration, so a Azure AI Search step can follow a form, a schedule or a message without any glue code.