Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ML Notes

[![Go Version](https://img.shields.io/badge/Go-1.22%2B-blue.svg)](https://golang.org)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
[![Release](https://github.com/streed/ml-notes/actions/workflows/release.yml/badge.svg)](https://github.com/streed/ml-notes/actions/workflows/release.yml)

Copilot AI Sep 17, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The removal of the MIT license badge reduces important project information visibility. Consider keeping the license badge alongside the new release badge, as license information is valuable for potential users and contributors.

Suggested change
[![Release](https://github.com/streed/ml-notes/actions/workflows/release.yml/badge.svg)](https://github.com/streed/ml-notes/actions/workflows/release.yml)
[![Release](https://github.com/streed/ml-notes/actions/workflows/release.yml/badge.svg)](https://github.com/streed/ml-notes/actions/workflows/release.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Copilot uses AI. Check for mistakes.

A powerful note-taking application with semantic vector search capabilities, powered by SQLite and lil-rag for intelligent search. Available as both a command-line interface (CLI) and a modern desktop application.

Expand Down Expand Up @@ -966,4 +966,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file

---

Made with ❤️ by the ML Notes community
Made with ❤️ by the ML Notes community
Loading