From d2b500cf5443fa0a27e7ea65e8454df087cb3991 Mon Sep 17 00:00:00 2001 From: zTgx <747674262@qq.com> Date: Mon, 27 Apr 2026 07:52:06 +0800 Subject: [PATCH] feat(pyproject.toml): update package metadata and documentation links - Replace keywords with more specific terms including rag, vectorless, and agentic-rag - Update documentation URL to correct path - Add bug tracker link for better issue management --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3620424..7c69925 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Text Processing :: Linguistic", ] -keywords = ["document", "understanding", "ai", "reasoning", "document-intelligence"] +keywords = ["rag", "vectorless", "reasoning", "document-intelligence", "agentic-rag", "no-embeddings"] dependencies = [ "pydantic>=2.0", @@ -62,8 +62,9 @@ vectorless = "vectorless.cli.main:app" [project.urls] Homepage = "https://vectorless.dev" +Documentation = "https://vectorless.dev/docs/getting-started" Repository = "https://github.com/vectorlessflow/vectorless" -Documentation = "https://www.vectorless.dev/docs/intro" +"Bug Tracker" = "https://github.com/vectorlessflow/vectorless/issues" [tool.maturin] python-source = "."