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
feat: Add repository estimation and embedding time calculation utilities
- Introduced `estimation.rs` for repository counting and embedding time estimation.
- Implemented `RepositoryEstimator` to analyze repositories and estimate indexing costs.
- Added CLI command for estimating indexing costs without writing to the database.
- Enhanced symbol indexing with `build_symbol_index` and `extend_symbol_index` functions.
- Refactored file parsing logic to use shared utilities for unified extraction.
- Added tests for embedding time estimation and symbol indexing.
- Updated dependencies in `Cargo.toml` to include `serde_yaml`.
- Cleaned up imports and organized code structure for better readability.
0 commit comments