From cf5a0d5dc8105ba447b8e3fe8c87a342df7195c3 Mon Sep 17 00:00:00 2001 From: M Razif Rizqullah Date: Fri, 25 Oct 2024 18:08:15 +0700 Subject: [PATCH] update description --- README.md | 2 +- pyproject.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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]