Metadata

Manage Metadata

Listing fields for RAG search

get

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

chevron-right
lockRequired 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
chevron-right
200

List of fields for RAG search.

application/json
string[]Optional
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.

chevron-right
lockRequired 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
chevron-right
200

List of fields for vector search filter.

application/json
keystringOptional

Unique identifier of the fields. It contains full field path.

namestringOptional

Name of the field.

descriptionstringOptional

Description of the field.

typestring · enumOptional

Type of the field.

Possible values:
get
/ai-rag-indexer/{tenant}/{type}/filter-metadata

Last updated

Was this helpful?