Metadata

Manage Metadata

Listing fields for RAG search

get

Returns a list of fields that can be used to create embeddings for RAG search.

Required scopes
This endpoint requires the following scopes:
  • : Needed to read 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
200

List of fields for RAG search.

application/json
Responsestring[]
get
/ai-rag-indexer/{tenant}/{type}/rag-metadata

Listing fields for vector search filtering

get

Retrieves alist of fields which can be used for vector search filtering. Filtering is applied before RAG retrieval stage.

Required scopes
This endpoint requires the following scopes:
  • : Needed to read 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
200

List of fields for vector search filter.

application/json
get
/ai-rag-indexer/{tenant}/{type}/filter-metadata

Last updated

Was this helpful?