GitHub / coder / hnsw
In-memory vector index for Go
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder%2Fhnsw
Stars: 146
Forks: 11
Open issues: 4
License: cc0-1.0
Language: Go
Size: 46.9 KB
Dependencies parsed at:
13
Created at: about 1 year ago
Updated at: 6 days ago
Pushed at: 12 months ago
Last synced at: about 15 hours ago
Topics: ai, faiss, go, golang, vector-database
go.mod
go
- github.com/davecgh/go-spew v1.1.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.9.0
- golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
- gopkg.in/yaml.v3 v3.0.1
.github/workflows/go.yaml
actions
- actions/checkout v2 composite
- actions/setup-go v3 composite
go.sum
go
- github.com/davecgh/go-spew v1.1.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.9.0
- golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/yaml.v3 v3.0.1