Changelog
- e573c8a chore: Update Makefile
- 6582fd6 ♻ refactor: improve error handling
- e27afbc ✨ feat(cache): Add Redis embedding cache support. Closes #5 - Add Redis-based caching layer to avoid redundant Gemini API calls. - Improves performance and reduces API usage, especially useful during development.
- b414eed ✨ feat(db-migration): Add Database Migration Command. Closes #2
- d8f0018 ✨ feat(logging): add log level configuration and improve error handling
- 4249ab0 ✨ feat: Add Graceful shutdown
- be66bf5 ✨ feat: Add ISBN number
- c45f724 ✨ feat: Add Request timeout & Improve Logging
- 34921d3 ✨ feat: Add rate limit API
- 526712a ✨ feat: Add rate limit to Gemini API requests
- 5fdf905 ✨ feat: add full text search endpoint close #9
- 95c42fd ✨ feat: switch vector index from IVFFlat to HNSW for improved search accuracy * Replace IVFFlat index with HNSW index on embedding column
- b16d70b 🐛 fix: Duplicate Insertion close #11
- 4b3ae50 🐛 fix: Error handling
- f00780d 📝 Update Readme
- 96ea871 📝 doc: Update README.md
- 2d0ae29 📝 doc: Update README.md
- ca8f0fa 🛠 build: Ignore non
.go
file changes. - 1eb55e9 🧪 test: improve test
Released by GoReleaser.
Built with ❤️ by Nimendra — blog.nimendra.xyz