embed_anything 0.4.17

Embed anything at lightning speed
Documentation
/// This module contains the file processor for different file types.
pub mod pdf_processor;

/// This module contains the file processor for markdown files.
pub mod markdown_processor;

/// This module contains the file processor for text files.
pub mod txt_processor;

/// This module contains the processor to process web links.
pub mod website_processor;

/// This module contains the file processor for HTML files.
pub mod html_processor;

/// This module contains the file processor for DOCX files.
pub mod docx_processor;

pub mod audio;