Re-exports§
pub use embeddings::*;
pub use traits::*;
Modules§
- This module serves as the main entry point for the ingestion components in the Swiftide project. It re-exports the essential structs and types from the
ingestion_node
,ingestion_pipeline
, andingestion_stream
modules, providing a unified interface for the ingestion functionality. - The
loaders
module provides functionality for loading files from a specified directory. It includes theFileLoader
struct which is used to filter and stream files based on their extensions.