Table of Contents

Class VectorStore

public class VectorStore : OpenAIObject
Inheritance
object
VectorStore
Inherited Members

Properties

CreatedAt

The Unix timestamp (in seconds) of when this object was created.

public UnixTime? CreatedAt { get; set; }

Property Value

UnixTime?

ExpiresAfter

The expiration policy for a vector store.

public ExpiresAfter ExpiresAfter { get; set; }

Property Value

ExpiresAfter

FileCounts

...?

public FileCounts FileCounts { get; set; }

Property Value

FileCounts

LastActiveAt

The Unix timestamp (in seconds) for when the vector store will expire.

public UnixTime? LastActiveAt { get; set; }

Property Value

UnixTime?

Metadata

Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format. Keys can be a maximum of 64 characters long and values can be a maximum of 512 characters long.

public ServerDictionary Metadata { get; set; }

Property Value

ServerDictionary

Name

The name of the vector store.

public string Name { get; set; }

Property Value

string

Status

The status of the vector store, which can be either expired, in_progress, or completed. A status of completed indicates that the vector store is ready for use.

public string Status { get; set; }

Property Value

string

UsageBytes

The total number of bytes used by the files in the vector store.

public long UsageBytes { get; set; }

Property Value

long