For the complete documentation index, see llms.txt. This page is also available as Markdown.

Reindex

Invoke Reindex

Deprecated

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.

This endpoint is marked as deprecated. Use the Creating reindex job endpoint instead.

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.

typestringRequired

Rag Entity Type. Supported predefined types: [ORDER, PRODUCT] and custom entity types.

Responses
204

No Content

No content

post/ai-rag-indexer/{tenant}/{type}/reindex

No content

Last updated

Was this helpful?