Skip to content

Releases: aruntemme/go-rag

V0.0.1 - Initial Release

25 May 14:51

Choose a tag to compare

RAG Go Application v0.0.1 🚀

🎉 Initial Release: CLI & Cross-Platform Build Support

RAG Go is now live with multi-platform builds, and a solid foundation for scalable RAG-based apps.

✨ Highlights

  • CLI Support

    • -config=path/to/config.json to set config
    • -help, -version flags included
    • Defaults to config.json if no args passed
  • Cross-Platform Build System

    • build.sh builds for macOS (Intel/ARM), Linux, Windows
    • Optimized binaries (-ldflags="-s -w")
    • CGO-ready for SQLite-vec
  • Docker & Deployment Ready

    • Updated Dockerfile with volume/config support
    • Config examples for dev, staging, production
  • Core RAG Features

    • Adaptive chunking, parent-child relations
    • Semantic search with metadata
    • REST API + OpenAI-compatible support
    • Vector DB via SQLite-vec

🚀 Quick Start

./rag-server -config=config.json
./rag-server -help