Skip to content

Commit 57baf83

Browse files
committed
Update project name
1 parent dbe95c2 commit 57baf83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[project]
6-
name = "voyage_embedders"
6+
name = "voyage-embedders-haystack"
77
dynamic = ["version"]
8-
description = ''
8+
description = 'Haystack 2.x component to embed strings and Documents using VoyageAI Embedding models.'
99
readme = "README.md"
1010
requires-python = ">=3.7"
1111
license = "Apache-2.0"
12-
keywords = ["voyage_embedders", "voyageai", "haystack"]
12+
keywords = ["Haystack", "VoyageAI"]
1313
authors = [
1414
{ name = "Ashwin Mathur", email = "" },
1515
]

0 commit comments

Comments
 (0)