Skip to content

Commit 0646f42

Browse files
authored
Merge pull request #125 from vectorlessflow/dev
feat(pyproject.toml): update package metadata and documentation links
2 parents fbfaee4 + d2b500c commit 0646f42

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2525
"Topic :: Text Processing :: Linguistic",
2626
]
27-
keywords = ["document", "understanding", "ai", "reasoning", "document-intelligence"]
27+
keywords = ["rag", "vectorless", "reasoning", "document-intelligence", "agentic-rag", "no-embeddings"]
2828

2929
dependencies = [
3030
"pydantic>=2.0",
@@ -62,8 +62,9 @@ vectorless = "vectorless.cli.main:app"
6262

6363
[project.urls]
6464
Homepage = "https://vectorless.dev"
65+
Documentation = "https://vectorless.dev/docs/getting-started"
6566
Repository = "https://github.com/vectorlessflow/vectorless"
66-
Documentation = "https://www.vectorless.dev/docs/intro"
67+
"Bug Tracker" = "https://github.com/vectorlessflow/vectorless/issues"
6768

6869
[tool.maturin]
6970
python-source = "."

0 commit comments

Comments
 (0)