Skip to content

Releases: Rika-Labs/sgrep

sgrep v2.0.8

Choose a tag to compare

@github-actions github-actions released this 16 Mar 21:15

What's Changed

Full Changelog: v2.0.7...v2.0.8

sgrep v2.0.7

Choose a tag to compare

@github-actions github-actions released this 16 Mar 15:10
29f3bae

What's Changed

Full Changelog: v2.0.6...v2.0.7

sgrep v2.0.6

Choose a tag to compare

@github-actions github-actions released this 20 Feb 00:15

Full Changelog: v2.0.5...v2.0.6

Full Changelog: v2.0.5...v2.0.6

sgrep v2.0.5

Choose a tag to compare

@github-actions github-actions released this 09 Dec 22:56

Full Changelog: v2.0.3...v2.0.5

sgrep v2.0.3

Choose a tag to compare

@github-actions github-actions released this 09 Dec 17:46

Full Changelog: v2.0.2...v2.0.3

sgrep v2.0.2

Choose a tag to compare

@github-actions github-actions released this 09 Dec 16:33

Full Changelog: v2.0.1...v2.0.2

sgrep v2.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Dec 21:00

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 GPUs
  • sgrep 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

Full Changelog: v1.5.5...v2.0.0

sgrep v1.5.5

Choose a tag to compare

@github-actions github-actions released this 07 Dec 20:55

What's Changed

Full Changelog: v1.5.4...v1.5.5

sgrep v1.5.4

Choose a tag to compare

@github-actions github-actions released this 07 Dec 20:18

Full Changelog: v1.5.3...v1.5.4

sgrep v1.5.3

Choose a tag to compare

@github-actions github-actions released this 07 Dec 19:14

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