Metadata-Version: 2.1
Name: openvector
Version: 0.0.2
Summary: An open source vector embeddings database.
Home-page: https://github.com/eddyjin1/openvector
Author: Eddy Jin
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# openvector

An open source vector embeddings database.
https://openvector.net

https://pypi.org/project/openvector/

```python
pip install openvector
```


### Build and upload

```shell
pip install setuptools wheel twine

python setup.py sdist bdist_wheel

python -m twine upload dist/*
```
