Class VectorStore
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: .dll
Syntax
public class VectorStore : ModelResponse
Properties
ExpiresAfter
The expiration policy for a vector store.
Declaration
public Expiration ExpiresAfter { get; set; }
Property Value
Type | Description |
---|---|
Expiration |
FileCounts
...?
Declaration
public FileCounts FileCounts { get; set; }
Property Value
Type | Description |
---|---|
FileCounts |
LastActiveAt
The Unix timestamp (in seconds) for when the vector store will expire.
Declaration
public UnixTime? LastActiveAt { get; set; }
Property Value
Type | Description |
---|---|
UnixTime? |
Name
The name of the vector store.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
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.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
string |
UsageBytes
The total number of bytes used by the files in the vector store.
Declaration
public long UsageBytes { get; set; }
Property Value
Type | Description |
---|---|
long |