Skip to contents

Returns statistics about an index, such as vector count and index fullness.

Usage

describe_index_stats(index_name, filter = NULL)

Arguments

index_name

Name of the index

filter

Optional metadata filter (list)

Value

List with http response, content (index statistics), and status_code

Examples

if (FALSE) { # \dontrun{
describe_index_stats("my-index")
} # }