SparseValues
//ellmental/com.theagilemonkeys.ellmental.vectorstore.pinecone/Schema/SparseValues
SparseValues
@Serializable
data class SparseValues(val indices: List<Int>, val values: List<Double>)
Constructors
| SparseValues | [jvm] constructor(indices: List<Int>, values: List<Double>)  | 
Properties
| Name | Summary | 
|---|---|
| indices | [jvm] val indices: List<Int>  | 
| values | [jvm] val values: List<Double>  |