Metadata-Version: 2.4
Name: beekeeper-core
Version: 2.0.2
Summary: Load any data in one line of code and connect with AI applications
Project-URL: Repository, https://github.com/beekeeper-ai/beekeeper
Author-email: Leonardo Furnielis <leonardofurnielis@outlook.com>
License: Apache-2.0
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: deprecated<2.0.0,>=1.3.1
Requires-Dist: nltk<4.0.0,>=3.9.2
Requires-Dist: novastack-core<1.0.1,>=1.0.0
Requires-Dist: numpy<2.0.0,>=1.26.4
Requires-Dist: pydantic<3.0.0,>=2.12.5
Requires-Dist: tiktoken<0.13.0,>=0.12.0
Provides-Extra: dev
Requires-Dist: ruff>=0.15.8; extra == 'dev'
Description-Content-Type: text/markdown

# Beekeeper core

Core Python package providing essential abstractions and interfaces for building LLM applications, with a focus on Retrieval-Augmented Generation (RAG).

## Installation 

```bash
pip install beekeeper-core
```
