Skip to content

Commit

Permalink
update import path to coder
Browse files Browse the repository at this point in the history
  • Loading branch information
ammario committed May 6, 2024
1 parent 7f057c7 commit 00a9d31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/ammario/hnsw
module github.com/coder/hnsw

go 1.21.4

Expand Down
2 changes: 1 addition & 1 deletion hnsw.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"math/rand"
"time"

"github.com/ammario/hnsw/heap"
"github.com/coder/hnsw/heap"
)

type Embedding = []float32
Expand Down

0 comments on commit 00a9d31

Please sign in to comment.