VectorStoreId

@Serializable
value class VectorStoreId(val id: String)

The identifier of a vector store.

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String