diff --git a/README.md b/README.md index d5d4abb..a404bc2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PyVectorDB -Simple Wrapper for Vector Database in Python which support CRUD and retrieve by distance. +Simple Wrapper for vector database in Python with minimal support for CRUD and retrieve. ## Installation diff --git a/pyproject.toml b/pyproject.toml index 7762e75..e94f204 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,9 @@ [tool.poetry] name = "pyvectordb" version = "0.1.2" -description = "" +description = "Simple Wrapper for vector database in Python with minimal support for CRUD and retrieve." authors = ["M Razif Rizqullah "] +repository = "https://github.com/rizquuula/pyvectordb" readme = "README.md" [tool.poetry.dependencies]