Skip to content

Commit

Permalink
correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
DemirTonchev committed Jul 3, 2024
1 parent 4ed1250 commit 4c5179a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "yeabm25"
description = """Yet Another BM25 algorithm implementation with update method, so that you dont need to fit on old + new documents.
Also you can get document and query vectors to use with any Vector DB."""
requires-python = ">=3.10"
version = "0.1.3"
version = "0.1.4"
keywords = ["text", "bm25", "dense vector embeddings", "information retrieval", "hybrid search"]
readme = "README.md"
dependencies = [
Expand Down

0 comments on commit 4c5179a

Please sign in to comment.