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

Fix link in Godoc #89

Closed philippgille closed 3 months ago

philippgille commented 3 months ago

Previously the link was not rendered correctly (not clickable). Now it's fixed.

Tested with pkgsite -open for the local version of https://pkg.go.dev, then http://localhost:8080/github.com/philippgille/chromem-go#Collection.Add is: image