You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[refactor] Transition from Repository to Storage or Dataset Naming Convention
- Updated the codebase to replace references from `repository` to `dataset`, enhancing clarity in data management terminology.
- Refactored various tasks and schemas to align with the new dataset structure, including `DocumentChunkDataset` and `DocumentDataset`.
- Removed deprecated chunk vector storage components and introduced new vector storage implementations for PostgreSQL and SQLite.
- Enhanced the TODO list with new items related to dataset management and improved documentation to reflect these changes.
- Updated tests to ensure compatibility with the new dataset naming and structure.
0 commit comments