We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe95c2 commit 57baf83Copy full SHA for 57baf83
pyproject.toml
@@ -3,13 +3,13 @@ requires = ["hatchling"]
3
build-backend = "hatchling.build"
4
5
[project]
6
-name = "voyage_embedders"
+name = "voyage-embedders-haystack"
7
dynamic = ["version"]
8
-description = ''
+description = 'Haystack 2.x component to embed strings and Documents using VoyageAI Embedding models.'
9
readme = "README.md"
10
requires-python = ">=3.7"
11
license = "Apache-2.0"
12
-keywords = ["voyage_embedders", "voyageai", "haystack"]
+keywords = ["Haystack", "VoyageAI"]
13
authors = [
14
{ name = "Ashwin Mathur", email = "" },
15
]
0 commit comments