process_file

Function process_file 

Source
async fn process_file(
    path: &Path,
    store: &Arc<dyn VectorStore>,
    extractors: &Arc<ExtractorRegistry>,
    chunkers: &Arc<ChunkerRegistry>,
    embedder: &Arc<EmbedderPool>,
    config: &IndexerConfig,
) -> Result<u32>
Expand description

Process a file through the full pipeline: extract → chunk → embed → store.