Skip to content

v1.2.0

Choose a tag to compare

@strawberry-code strawberry-code released this 02 Dec 22:37
· 12 commits to main since this release

What's Changed

Added

  • Progress bar now shows processing stages (extracting, chunking, embedding, uploading) in real-time
  • Client-side ZIP compression for multi-file uploads, reducing N HTTP requests to 1 and improving upload speed
  • New /api/upload-zip endpoint for server-side ZIP extraction and batch processing
  • Browser-side progress feedback: "Zipping..." and "Uploading..." phases before server processing

Changed

  • Batch embedding using Ollama /api/embed endpoint, reducing API calls from N to N/10 for faster uploads
  • Multi-file uploads now automatically use ZIP compression (threshold: >1 file or >5MB total)

Fixed

  • Silenced verbose httpx/httpcore logs that spammed 60+ lines per file upload
  • Silenced Tika startup warnings ("Failed to see startup log message; retrying...")
  • Status indicators (Ollama/Qdrant/Authenticated) now wrap responsively on mobile view

Docker Images

  • ghcr.io/strawberry-code/ragify:1.2.0-tika
  • ghcr.io/strawberry-code/ragify:latest-tika