UpsertBody
//ellmental/com.theagilemonkeys.ellmental.vectorstore.pinecone/Schema/UpsertBody
UpsertBody
@Serializable
data class UpsertBody(val vectors: Schema.Vectors, val namespace: String? = null)
Constructors
| UpsertBody | [jvm] constructor(vectors: Schema.Vectors, namespace: String? = null)  | 
Properties
| Name | Summary | 
|---|---|
| namespace | [jvm] val namespace: String? = null  | 
| vectors | [jvm] val vectors: Schema.Vectors  |