Metadata-Version: 2.1
Name: embedbase-client
Version: 0.2.0
Summary: Python client for Embedbase
Home-page: https://github.com/different-ai/embedbase/tree/main/sdk/embedbase-py
License: MIT
Keywords: embeddings,machine learning,artificial intelligence,llm
Author: Different AI
Author-email: louis@embedbase.xyz
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Dist: aiohttp (>=3.8.4,<4.0.0)
Requires-Dist: httpx (>=0.24.0,<0.25.0)
Requires-Dist: pydantic (>=1.10.7,<2.0.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>

If you have any feedback or issues, 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).

## Getting started

To install the Embedbase Python client library, run the following command:

```bash
pip install embedbase-client
```

