Metadata-Version: 2.1
Name: embedbase-client
Version: 0.1.0
Summary: Python client for Embedbase
Home-page: https://github.com/different-ai/embedbase/tree/main/sdk/embedbase-py
License: MIT
Author: embedbase-client
Author-email: louis@embedbase.xyz
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: httpx (>=0.24.0,<0.25.0)
Requires-Dist: tiktoken (>=0.3.3,<0.4.0)
Project-URL: Repository, https://github.com/different-ai/embedbase/tree/main/sdk/embedbase-py
Description-Content-Type: text/markdown

# embedbase-py

<div align="center">

Embedbase-py - Python client for [Embedbase](https://github.com/different-ai/embedbase)
<br>
<br>
⚠️ Status: Alpha release ⚠️
<br>
<br>
<a href="https://discord.gg/pMNeuGrDky"><img alt="Discord" src="https://img.shields.io/discord/1066022656845025310?color=black&style=for-the-badge"></a>


[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![License](https://img.shields.io/github/license/different-ai/embedbase)](https://github.com/different-ai/embedbase/blob/main/sdk/embedbase-py/LICENSE)
![Coverage Report](assets/images/coverage.svg)


</div>

This is not an officially launched product and currently lacks documentation. Please use at your own risk. If you are using this library, please let us know by opening an issue or contacting us on [discord](https://discord.gg/pMNeuGrDky).

Please refer to the [documentation](https://docs.embedbase.xyz/sdk-py).

## Getting started

```bash
pip install git+https://github.com/different-ai/embedbase.git@main#subdirectory=sdk/embedbase-py
```

