Structsยง
- Document
- The
Document
struct represents a document with content, metadata, and a score. Thepage_content
field is a string that contains the content of the document. Themetadata
field is aHashMap
where the keys represent metadata properties and the values represent property values. Thescore
field represents a relevance score for the document and is a floating point number.