Metadata-Version: 2.4
Name: beekeeper-ai
Version: 1.0.15
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-core<2.0.0,>=1.0.15
Requires-Dist: beekeeper-embeddings-huggingface<2.0.0,>=1.0.4
Requires-Dist: beekeeper-llms-litellm<2.0.0,>=1.0.3
Requires-Dist: beekeeper-readers-file<2.0.0,>=1.0.2
Provides-Extra: dev
Requires-Dist: ruff>=0.14.9; extra == 'dev'
Description-Content-Type: text/markdown

# 🗂️ Beekeeper 🐝

![PyPI - Version](https://img.shields.io/pypi/v/beekeeper-ai)
![Python Version](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Fbeekeeper-ai%2Fbeekeeper%2Frefs%2Fheads%2Fmain%2Fpyproject.toml&style=flat)
[![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)
![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)
![Pepy Total Downloads](https://img.shields.io/pepy/dt/beekeeper-ai)
![PyPI - License](https://img.shields.io/pypi/l/beekeeper-ai)

## Installation 

```bash
pip install beekeeper-ai
```

## 📄 Documentation

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

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