new
Method
This is a method of the VectorRecord class in the knowledge module.Create a new vector record
Signature
Parameters
No description available.
No description available.
No description available.
Returns
The result of the operation.
new: Create a new vector record
This is a method of the VectorRecord class in the knowledge module.Create a new vector record
def new(id: impl Into<String>, text: impl Into<String>, embedding: Vec<f32>) -> Self