Metadata-Version: 2.4
Name: beekeeper-ai
Version: 2.0.3
Summary: Load any data in one line of code and connect with AI applications
Project-URL: Documentation, https://beekeeper-ai.github.io/beekeeper
Project-URL: Repository, https://github.com/beekeeper-ai/beekeeper
Author-email: Leonardo Furnielis <leonardofurnielis@outlook.com>
License: Apache-2.0
License-File: LICENSE
Keywords: AI,LLM,QA,RAG,data,observability,retrieval,semantic-search
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <3.14,>=3.11
Requires-Dist: beekeeper-embeddings-huggingface<3.0.0,>=2.0.3
Requires-Dist: beekeeper-llms-litellm<3.0.0,>=2.0.3
Requires-Dist: beekeeper-loaders-file<3.0.0,>=2.0.3
Requires-Dist: novastack-core<1.0.1,>=1.0.0
Provides-Extra: dev
Requires-Dist: ruff>=0.15.8; extra == 'dev'
Description-Content-Type: text/markdown

## Deprecation Notice

> **Warning**
>
> The `beekeeper-ai` package has been deprecated and will reach end-of-life (EOL) on **2026-09-01**.
>
> The package will removed after this date.
>
> Users should migrate to `novastack` before the EOL date to ensure continued compatibility and support.

### Migration

Replace:

```python
from beekeeper import ...
```

with:

```python
from novastack import ...
```

## Installation 

```bash
pip install novastack
```

## 📄 Documentation

The documentation can be found Click [here](https://novastack-project.github.io/novastack/)!

Please check it out for overview of the interfaces, components, integrations and other resources!
