Key Processes
Documents in R2R support several key stages of processing:- Ingestion — Accepts multiple input formats (
.pdf,.docx,.txt,.png,.mp3, etc.) via file upload, raw text, or predefined chunks. - Chunking — Splits document content into smaller, retrievable Chunks for semantic search and analysis.
- Metadata & Collections — Associates documents with descriptive metadata (e.g., title, source) and organizes them into Collections for access control and sharing.
- Enrichment (Optional) — Extracts Entities and Relationships to build knowledge graphs or generates embeddings for semantic search.
- Status Tracking — Monitors ingestion, enrichment, and extraction progress for transparency and error handling.