Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BirchKwok committed Mar 7, 2024
1 parent 1156baf commit 417c165
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<a href="https://pypi.org/project/MinVectorDB/"><img src="https://img.shields.io/pypi/dm/MinVectorDB" alt="PyPI - Downloads"></a>
<a href="https://pypi.org/project/MinVectorDB/"><img src="https://img.shields.io/pypi/implementation/MinVectorDB" alt="PyPI - Implementation"></a>
<a href="https://pypi.org/project/MinVectorDB/"><img src="https://img.shields.io/pypi/wheel/MinVectorDB" alt="PyPI - Wheel"></a>

<a href="https://pypi.org/project/MinVectorDB/"><img src="https://img.shields.io/pypi/v/MinVectorDB" alt="test"></a>
</p>
</div>

Expand Down Expand Up @@ -162,6 +164,7 @@ with db.insert_session():
# id += 1
# db.commit()

# 45:40 -> 36:06
print(f"\n* [Insert data] Time cost {timer.last_timestamp_diff():>.4f} s.")

res = db.query(query, k=10)
Expand Down

0 comments on commit 417c165

Please sign in to comment.