Struct langchain_rust::schemas::document::Document
source · pub struct Document {
pub page_content: String,
pub metadata: HashMap<String, Value>,
pub score: f64,
}
Fields§
§page_content: String
§metadata: HashMap<String, Value>
§score: f64
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Document
impl Send for Document
impl Sync for Document
impl Unpin for Document
impl UnwindSafe for Document
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more