Document struct for zvec collections.
Example
doc = Zvec.Doc.new("pk1", %{"text" => "hello", "embedding" => vec_binary})
Summary
Functions
Create a new document with primary key and field values.
Document struct for zvec collections.
doc = Zvec.Doc.new("pk1", %{"text" => "hello", "embedding" => vec_binary})
Create a new document with primary key and field values.