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

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.

typestringRequired

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

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

No content

Last updated

Was this helpful?