Skip to content

Commit

Permalink
addressed reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
metonymic-smokey committed Nov 29, 2023
1 parent 15ddee8 commit 4963c9e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions vector_index.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ func init() {
reflectStaticSizeVectorDoc = int(reflect.TypeOf(vd).Size())
}

type VectorIndex interface {
Search([]float32, int64) ([]float32, []int64, error)

Close()
}

type VectorReader interface {
// Next returns the next document similar to the vector, in this field, or nil
// when it reaches the end of the enumeration. The preAlloced VectorDoc
Expand Down

0 comments on commit 4963c9e

Please sign in to comment.