Metadata-Version: 2.4
Name: beekeeper-core
Version: 1.0.5
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: <4.0,>=3.10
Requires-Dist: deprecated<2.0.0,>=1.2.18
Requires-Dist: nltk<4.0.0,>=3.9.2
Requires-Dist: numpy<1.27.0,>=1.26.4
Requires-Dist: pydantic<3.0.0,>=2.11.10
Requires-Dist: tiktoken<0.10.0,>=0.9.0
Provides-Extra: dev
Requires-Dist: ruff>=0.11.13; extra == 'dev'
Description-Content-Type: text/markdown

# Beekeeper Core

This is the primary Python package for the Beekeeper. It provides essential classes and abstractions that serve as the backbone for applications built with LLMs, particularly Retrieval-Augmented Generation (RAG). These foundational components include interfaces for LLMs, vector databases, embeddings, storage systems, callable functions, and more.

## Installation 

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