Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
rizquuula committed Oct 25, 2024
1 parent fe25c9b commit cf5a0d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <razifrizqullah@gmail.com>"]
repository = "https://github.com/rizquuula/pyvectordb"
readme = "README.md"

[tool.poetry.dependencies]
Expand Down

0 comments on commit cf5a0d5

Please sign in to comment.