Releases: Rika-Labs/sgrep
Releases · Rika-Labs/sgrep
Release list
sgrep v2.0.8
What's Changed
- Improve local search ranking quality by @dallenpyrah in #63
Full Changelog: v2.0.7...v2.0.8
sgrep v2.0.7
What's Changed
- Improve local-only indexing performance by @dallenpyrah in #62
Full Changelog: v2.0.6...v2.0.7
sgrep v2.0.6
Full Changelog: v2.0.5...v2.0.6
Full Changelog: v2.0.5...v2.0.6
sgrep v2.0.5
Full Changelog: v2.0.3...v2.0.5
sgrep v2.0.3
Full Changelog: v2.0.2...v2.0.3
sgrep v2.0.2
Full Changelog: v2.0.1...v2.0.2
sgrep v2.0.0
sgrep v2.0.0
🚀 What's New
Modal GPU Offload
Offload embeddings to Modal.dev A10G GPUs for faster indexing and search on large codebases:
sgrep index --offload- Index using cloud GPUssgrep search --offload- Search using cloud embeddings- Concurrent embedding requests with keep-alive connections
- Configurable batch size (default: 128) and concurrency
- Auto-deploy Modal service on first use
⚡ Performance Improvements
- Parallel embedding batches with progress-safe ordering
- Keep-alive tuned HTTP agent for Modal requests
- Optional gzip compression for payloads
- Improved embedding progress tracking
🔧 Configuration
- New
[modal]config section for token and endpoint settings - Batch size and concurrency configurable via config or env vars
- Simplified GPU config: A10G used for all Modal workloads
- Enhanced logging with consistent formatting
🐛 Bug Fixes & Improvements
- Handle missing namespaces on delete operations
- Truncate Modal embeddings to model limits
- Increase Modal startup timeout to prevent initialization failures
- Use Jina embeddings on Modal for index/search compatibility
📦 Build & Release
- Switch from bun publish to npm publish
- Fix npm publish workflow authentication
- Add manual workflow trigger for publishing
What's Changed
- Fix bun publish npm authentication by @dallenpyrah in #58
- Switch from bun publish to npm publish by @dallenpyrah in #59
- Fix npm publish workflow and add manual trigger by @dallenpyrah in #60
Full Changelog: v1.5.5...v2.0.0
sgrep v1.5.5
What's Changed
- Fix Pinecone API camelCase serialization by @dallenpyrah in #57
Full Changelog: v1.5.4...v1.5.5
sgrep v1.5.4
Full Changelog: v1.5.3...v1.5.4
sgrep v1.5.3
What's Changed
- Add incremental progress reporting to embedding operations by @dallenpyrah in #55
- Add remote store override support and improve indexing by @dallenpyrah in #56
Full Changelog: v1.5.2...v1.5.3