philippgille / chromem-go

Embeddable vector database for Go with Chroma-like interface and zero third-party dependencies. In-memory with optional persistence.
Mozilla Public License 2.0
283 stars 20 forks source link

Change license from AGPL to MPL #87

Closed philippgille closed 4 months ago

philippgille commented 4 months ago

The most relevant part in simple terms: The MPL allows use of the unchanged library in closed source (commercial or non-commercial) software. But changes have to be open sourced.

Contributors agreed (archive) to go from the AGPL to a more permissive license. Even to Apache/MIT, but I'd prefer to go to a compromise first, and maybe further later.

Closes #86