Skip to content

Commit

Permalink
Removed unneeded method
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Sep 23, 2023
1 parent e588fb6 commit 8f7ce6d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/sequel/plugins/pgvector.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ def nearest_neighbors(column, value, distance:)
.exclude(column => nil)
.order(Sequel.lit(order, value))
end

def vector_columns
self.class.vector_columns
end
end

module ClassMethods
Expand Down

0 comments on commit 8f7ce6d

Please sign in to comment.