Metadata-Version: 2.1
Name: vecstore
Version: 0.7.2
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

# 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.
