Metadata-Version: 2.4
Name: vecstore
Version: 0.8.1
Summary: Dynamically expandable Vector Store for embeddings, using the HNSW library
Home-page: https://github.com/ptarau/vecstore.git
Author: Paul Tarau
Author-email: ptarau@gmail.com
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: hnswlib
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# vecstore
Dynamically expandable Vector Store for embeddings, using the HNSW library

Try it with:

```
python3 -i
from vecstore.vecstor import *
test_vector_store()
>>>
```

The (very) compact [code](https://github.com/ptarau/vecstore/blob/main/vecstore/vecstore.py) is self-explanatory.
