Reindex
Invoke Reindex
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 · enumRequiredPossible values:
Rag Entity Type.
Responses
204
No Content
400
The request was syntactically incorrect.
application/json
401
The authorization token is invalid or has expired.
application/json
403
Authorization scopes of the access token are not sufficient and do not match the scopes required by the endpoint.
application/json
post
/ai-rag-indexer/{tenant}/{type}/reindexNo content
Last updated
Was this helpful?

