Metadata-Version: 2.1
Name: vectormorph
Version: 0.1.2
Summary: A lightweight vector database.
Author: Collin Paran
License: Apache-2.0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi
Requires-Dist: hnswlib
Requires-Dist: uvicorn

# VectorMorph

## 🚀 Quick Install

```pip install vectormorph```

### Additional Flags

ToDo

## 🤔 What is this?

A vector database that allows LLMs to efficiently search multiple loaded documents.
