semtools 1.3.0-beta.1

Semantic search and document parsing tools for the command line
Documentation
1
2
3
4
5
6
7
8
9
10
// SemTools library - provides document parsing and semantic search functionality

#[cfg(feature = "parse")]
pub mod parse;

#[cfg(feature = "parse")]
pub use parse::{JobError, LlamaParseBackend, LlamaParseConfig};

#[cfg(feature = "workspace")]
pub mod workspace;