vectorless 0.1.29

Reasoning-native document intelligence engine for AI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (c) 2026 vectorless developers
// SPDX-License-Identifier: Apache-2.0

//! Re-export all graph types from the standalone `graph` module.
//!
//! This shim preserves backward compatibility for code importing
//! from `crate::document::DocumentGraph`.

pub use crate::graph::{
    DocumentGraph, DocumentGraphConfig, DocumentGraphNode, EdgeEvidence, GraphEdge, GraphMetadata,
    KeywordDocEntry, SharedKeyword, WeightedKeyword,
};