DefaultVectorDocument

data class DefaultVectorDocument(val text: String, val vector: List<Double>, val agentName: String)

The default vector document.

Constructors

Link copied to clipboard
constructor(text: String, vector: List<Double>, agentName: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard