feat: more on embedding
This commit is contained in:
@@ -164,4 +164,4 @@ defmodule BDS.Embeddings.Index do
|
||||
|
||||
defp sort_pair(post_id_a, post_id_b) when post_id_a <= post_id_b, do: {post_id_a, post_id_b}
|
||||
defp sort_pair(post_id_a, post_id_b), do: {post_id_b, post_id_a}
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user