llama-index-core


Namellama-index-core JSON
Version 0.10.33 PyPI version JSON
download
home_pagehttps://llamaindex.ai
SummaryInterface between LLMs and your data
upload_time2024-04-28 01:58:39
maintainerAndrei Fajardo
docs_urlNone
authorJerry Liu
requires_python<4.0,>=3.8.1
licenseMIT
keywords llm nlp rag data devtools index retrieval
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LlamaIndex Core

The core python package to the LlamaIndex library. Core classes and abstractions
represent the foundational building blocks for LLM applications, most notably,
RAG. Such building blocks include abstractions for LLMs, Vector Stores, Embeddings,
Storage, Callables and several others.

We've designed the core library so that it can be easily extended through subclasses.
Building LLM applications with LlamaIndex thus involves building with LlamaIndex
core as well as with the LlamaIndex [integrations](https://github.com/run-llama/llama_index/tree/main/llama-index-integrations) needed for your application.

            

Raw data

            {
    "_id": null,
    "home_page": "https://llamaindex.ai",
    "name": "llama-index-core",
    "maintainer": "Andrei Fajardo",
    "docs_url": null,
    "requires_python": "<4.0,>=3.8.1",
    "maintainer_email": "andrei@runllama.ai",
    "keywords": "LLM, NLP, RAG, data, devtools, index, retrieval",
    "author": "Jerry Liu",
    "author_email": "jerry@llamaindex.ai",
    "download_url": "https://files.pythonhosted.org/packages/bf/38/8c2371c1b385bc9307342e13ed7186c561f1a0d2d2996b3f1e8a5de615f1/llama_index_core-0.10.33.tar.gz",
    "platform": null,
    "description": "# LlamaIndex Core\n\nThe core python package to the LlamaIndex library. Core classes and abstractions\nrepresent the foundational building blocks for LLM applications, most notably,\nRAG. Such building blocks include abstractions for LLMs, Vector Stores, Embeddings,\nStorage, Callables and several others.\n\nWe've designed the core library so that it can be easily extended through subclasses.\nBuilding LLM applications with LlamaIndex thus involves building with LlamaIndex\ncore as well as with the LlamaIndex [integrations](https://github.com/run-llama/llama_index/tree/main/llama-index-integrations) needed for your application.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Interface between LLMs and your data",
    "version": "0.10.33",
    "project_urls": {
        "Documentation": "https://docs.llamaindex.ai/en/stable/",
        "Homepage": "https://llamaindex.ai",
        "Repository": "https://github.com/run-llama/llama_index"
    },
    "split_keywords": [
        "llm",
        " nlp",
        " rag",
        " data",
        " devtools",
        " index",
        " retrieval"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b5d4f413057344197b4bfb6fddde46cb03b5be9c6082e393e4a23d54f1e471fd",
                "md5": "3f5ce19b8a173d471c1cbc9d2bf48ee5",
                "sha256": "943114fb02dfe62fec5d882d749ad8adf113081aadcb0d4cb2c083b2c9052ed0"
            },
            "downloads": -1,
            "filename": "llama_index_core-0.10.33-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3f5ce19b8a173d471c1cbc9d2bf48ee5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8.1",
            "size": 15382231,
            "upload_time": "2024-04-28T02:00:28",
            "upload_time_iso_8601": "2024-04-28T02:00:28.912715Z",
            "url": "https://files.pythonhosted.org/packages/b5/d4/f413057344197b4bfb6fddde46cb03b5be9c6082e393e4a23d54f1e471fd/llama_index_core-0.10.33-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf388c2371c1b385bc9307342e13ed7186c561f1a0d2d2996b3f1e8a5de615f1",
                "md5": "3f6f55067abf7588dbe957bb4839c774",
                "sha256": "21b98b2c45e0c6b673aa505c7add1e8b730f472ad58d4572b909a34f4a22c36c"
            },
            "downloads": -1,
            "filename": "llama_index_core-0.10.33.tar.gz",
            "has_sig": false,
            "md5_digest": "3f6f55067abf7588dbe957bb4839c774",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8.1",
            "size": 15071321,
            "upload_time": "2024-04-28T01:58:39",
            "upload_time_iso_8601": "2024-04-28T01:58:39.195148Z",
            "url": "https://files.pythonhosted.org/packages/bf/38/8c2371c1b385bc9307342e13ed7186c561f1a0d2d2996b3f1e8a5de615f1/llama_index_core-0.10.33.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-28 01:58:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "run-llama",
    "github_project": "llama_index",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "llama-index-core"
}
        
Elapsed time: 0.27139s