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_streammodules, providing a unified interface for the ingestion functionality. - The
loadersmodule provides functionality for loading files from a specified directory. It includes theFileLoaderstruct which is used to filter and stream files based on their extensions.