Closed anugrahastephen closed 4 months ago
Hi @anugrahastephen, it's available on master, but isn't released yet (still making adjustments). I also added an example for sparse search.
Hi @ankane , thank you for your quick response. Hope you release the feature soon. Thanks for the project, it has been a great experience working with it.
Just released 0.3.0 🎉
SparseVector([1, 0, 2, 0, 3, 0])
# or
SparseVector({0: 1, 2: 2, 4: 3}, 6)
Does PGVector python client supports sparse vector embeddings storage in postgresDB like Splade?