Metadata-Version: 2.1
Name: emb-opt
Version: 0.0.1
Summary: A lightweight framework to efficiently screen vector databases
Home-page: https://github.com/DarkMatterAI/emb_opt
Author: Karl Heyer
Author-email: karl@darkmatterai.co
License: Apache Software License 2.0
Keywords: nbdev jupyter notebook python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: datasets
Provides-Extra: dev
Requires-Dist: faiss-cpu ; extra == 'dev'
Requires-Dist: qdrant-client ; extra == 'dev'
Requires-Dist: chromadb ; extra == 'dev'
Requires-Dist: matplotlib ; extra == 'dev'

emb_opt
================

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

This file will become your README and also the index of your
documentation.

## Install

``` sh
pip install emb_opt
```
