VectorStore
@Serializable
The vector store object.
Constructors
Link copied to clipboard
constructor(id: VectorStoreId, createdAt: Long, name: String? = null, usageBytes: Long, fileCounts: FileCounts, status: Status, expiresAfter: ExpirationPolicy? = null, expiresAt: Long? = null, lastActiveAt: Long? = null, metadata: Map<String, String>? = null)
Properties
Link copied to clipboard
The expiration policy for a vector store.
Link copied to clipboard
Files that are currently being processed.
Link copied to clipboard
The identifier, which can be referenced in API endpoints.
Link copied to clipboard
The Unix timestamp (in seconds) for when the vector store was last active.
Link copied to clipboard
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.
Link copied to clipboard
The byte size of the vector store that is currently in use.