Core Concepts¶
This page covers the core concepts of RAGVersion.
Coming Soon¶
Detailed documentation is being migrated to this structure. In the meantime, please refer to the comprehensive DOCUMENTATION.md in the repository.
Quick Overview¶
Documents¶
Any file you want to track (PDF, DOCX, TXT, Markdown, etc.)
Versions¶
Every time a document changes, a new version is created
Change Detection¶
Uses content hashing to automatically detect changes
Storage Backend¶
Stores data in Supabase (PostgreSQL)
For complete details, see the full documentation.