Configuration for the self-query retriever.
Array of metadata field information objects.
Information about a metadata field used in retriever configurations.
Show child attributes
The name of the metadata field.
A description of the metadata field.
The data type of the metadata field.
string
integer
float
Number of results to retrieve.
{ "k": 123, "metadata_field_info": [ { "name": "<string>", "description": "<string>", "type": "string" } ] }