Reindex

Invoke Reindex

Reindexing the entities of given type

post

Triggers a full reindexing process for the selected entity type. The process retrieves all entities of the given type, generates embeddings for each of them, and updates the corresponding records in the Vector Database.

Required scopes
This endpoint requires the following scopes:
  • : Needed to manage AI agents.
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstringRequired

Your Emporix tenant name.

Note: The tenant name should always be provided in lowercase.

typestring · enumRequired

Rag Entity Type.

Possible values:
Responses
post
/ai-rag-indexer/{tenant}/{type}/reindex

No content

Last updated

Was this helpful?