beekeeper-core


Namebeekeeper-core JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryLoad any data in one line of code and connect with AI applications
upload_time2025-09-05 18:16:39
maintainerNone
docs_urlNone
authorNone
requires_python<4.0,>=3.10
licenseApache-2.0
keywords ai llm qa rag data observability retrieval semantic-search
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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
```
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "beekeeper-core",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "AI, LLM, QA, RAG, data, observability, retrieval, semantic-search",
    "author": null,
    "author_email": "Leonardo Furnielis <leonardofurnielis@outlook.com>",
    "download_url": "https://files.pythonhosted.org/packages/fb/e3/5ff77deffeab2deb8be001c5597ff0c415e1e041fcf6460f643c66fd53dd/beekeeper_core-1.0.0.tar.gz",
    "platform": null,
    "description": "# Beekeeper Core\n\nThis 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.\n\n## Installation \n\n```bash\npip install beekeeper-core\n```",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Load any data in one line of code and connect with AI applications",
    "version": "1.0.0",
    "project_urls": {
        "Repository": "https://github.com/leonardofurnielis/beekeeper"
    },
    "split_keywords": [
        "ai",
        " llm",
        " qa",
        " rag",
        " data",
        " observability",
        " retrieval",
        " semantic-search"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b1cb7a3de587e564583b4bfd218be47b3d97a526b337eea2ac93d88c374fdaff",
                "md5": "c310d9242581a9bc63f64df115b52459",
                "sha256": "b5b991fe617ca87c5cdc5100dd8c579a4ed8d812137d1988201c9d77bcbf32d6"
            },
            "downloads": -1,
            "filename": "beekeeper_core-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c310d9242581a9bc63f64df115b52459",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 24482,
            "upload_time": "2025-09-05T18:16:40",
            "upload_time_iso_8601": "2025-09-05T18:16:40.994053Z",
            "url": "https://files.pythonhosted.org/packages/b1/cb/7a3de587e564583b4bfd218be47b3d97a526b337eea2ac93d88c374fdaff/beekeeper_core-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fbe35ff77deffeab2deb8be001c5597ff0c415e1e041fcf6460f643c66fd53dd",
                "md5": "2da6dadf09b7b5c04b6c8e564adcbea1",
                "sha256": "2a4d0940728621507533c187f7b0dd5377cbcdf175e7f98d4098aa135eb8c288"
            },
            "downloads": -1,
            "filename": "beekeeper_core-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2da6dadf09b7b5c04b6c8e564adcbea1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 13693,
            "upload_time": "2025-09-05T18:16:39",
            "upload_time_iso_8601": "2025-09-05T18:16:39.679901Z",
            "url": "https://files.pythonhosted.org/packages/fb/e3/5ff77deffeab2deb8be001c5597ff0c415e1e041fcf6460f643c66fd53dd/beekeeper_core-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-05 18:16:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "leonardofurnielis",
    "github_project": "beekeeper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "beekeeper-core"
}
        
Elapsed time: 0.69146s