Skip to main content

Crate web2llm

Crate web2llm 

Source

Re-exports§

pub use config::Web2llmConfig;
pub use error::Web2llmError;
pub use output::PageResult;

Modules§

config
error
output

Structs§

Web2llm
The main entry point for the web2llm pipeline.

Functions§

batch_fetch
Convenience function — fetches multiple urls using Web2llmConfig::default.
fetch
Convenience function — fetches url using Web2llmConfig::default.