Expand description
Main indexing service.
Structsยง
- Indexer
Config - Configuration for the indexer.
- Indexer
Service - Main indexing service.
Enumsยง
- Index
Update - Index update events.
Functionsยง
- build_
chunk ๐ - Build a Chunk from chunk output and embedding.
- compute_
hash ๐ - Compute blake3 hash of file content.
- determine_
content_ ๐type - Determine content type from path, MIME type, and extracted content.
- process_
file ๐ - Process a file through the full pipeline: extract โ chunk โ embed โ store.
- scan_
directory ๐ - Scan a directory and send file events.