Skip to content

Commit

Permalink
Merge pull request #6 from shuninoz/master
Browse files Browse the repository at this point in the history
add partitions col support
  • Loading branch information
jelmerk authored Jan 14, 2025
2 parents 662691a + c4e923f commit b73d282
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hnswlib-spark/src/main/python/pyspark_hnsw/knn.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ class HnswSimilarity(JavaEstimator, _HnswParams, JavaMLReadable, JavaMLWritable)
def __init__(
self,
identifierCol="id",
partitionCol=None,
queryIdentifierCol=None,
queryPartitionsCol=None,
parallelism=None,
Expand Down

0 comments on commit b73d282

Please sign in to comment.