neumai-tools


Nameneumai-tools JSON
Version 0.0.19 PyPI version JSON
download
home_pagehttps://neum.ai
SummaryPackage containing helper tools for Neum AI.
upload_time2023-12-11 22:57:17
maintainer
docs_urlNone
authorDavid de Matheu
requires_python>=3.10,<4.0
licenseMIT
keywords neumai ai tools data tools
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Neum AI Tools

Collection of tools made to help implement RAG pipelines. Can be used directly or through Neum AI.

| :exclamation:  This utilities are currently in experimental phase.   |
|----------------------------------------------------------------------|

## Tools

- [Semantic Helpers](./neumai_tools/SemanticHelpers/): LLM based tools to help augment RAG pipelines. Includes generating semantic strategies to generate chunking code, select fields to capture as metadata and as content when leveraging RAG on top of structured data.
- [Interop Helpers](./neumai_tools/InteropHelpers/): Utilities to connect frameworks like Langchain and Llama Index with Neum AI. If there are data connectors that you want to leverage, you can use the utilities to translate interfaces.
- [Pipeline Collection](./neumai_tools/PipelineCollection/): Treat a collection of pipelines as a single entity to perform search and other actions. Allows you to silo data into pipelines with their unique set of transformations, embed model and sink and then bring them back together as a single entity to retrieve data.
- [Dataset Evaluation](./neumai_tools/DatasetEvaluation/): Create datasets of queries and expected outputs that you can run against a given pipeline or pipeline collection. 

            

Raw data

            {
    "_id": null,
    "home_page": "https://neum.ai",
    "name": "neumai-tools",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "neumai,ai tools,data tools",
    "author": "David de Matheu",
    "author_email": "david@tryneum.com",
    "download_url": "https://files.pythonhosted.org/packages/9d/34/bb88468fea3ad284cf1a37a07d0cb48d3110a24f2cca78d12fd1f04a7afa/neumai_tools-0.0.19.tar.gz",
    "platform": null,
    "description": "# Neum AI Tools\n\nCollection of tools made to help implement RAG pipelines. Can be used directly or through Neum AI.\n\n| :exclamation:  This utilities are currently in experimental phase.   |\n|----------------------------------------------------------------------|\n\n## Tools\n\n- [Semantic Helpers](./neumai_tools/SemanticHelpers/): LLM based tools to help augment RAG pipelines. Includes generating semantic strategies to generate chunking code, select fields to capture as metadata and as content when leveraging RAG on top of structured data.\n- [Interop Helpers](./neumai_tools/InteropHelpers/): Utilities to connect frameworks like Langchain and Llama Index with Neum AI. If there are data connectors that you want to leverage, you can use the utilities to translate interfaces.\n- [Pipeline Collection](./neumai_tools/PipelineCollection/): Treat a collection of pipelines as a single entity to perform search and other actions. Allows you to silo data into pipelines with their unique set of transformations, embed model and sink and then bring them back together as a single entity to retrieve data.\n- [Dataset Evaluation](./neumai_tools/DatasetEvaluation/): Create datasets of queries and expected outputs that you can run against a given pipeline or pipeline collection. \n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Package containing helper tools for Neum AI.",
    "version": "0.0.19",
    "project_urls": {
        "Homepage": "https://neum.ai",
        "Repository": "https://github.com/NeumTry/neum-tools"
    },
    "split_keywords": [
        "neumai",
        "ai tools",
        "data tools"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1343b5aaa4d1227a30c779a42a03f52983712ce344854499b4de3737ec0f3ea9",
                "md5": "c61c379c6693a03db93daa59df327676",
                "sha256": "2880e1b291061f849e016e8e69a595188d88dfb57d6fa035b3ad4a88c961cb7d"
            },
            "downloads": -1,
            "filename": "neumai_tools-0.0.19-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c61c379c6693a03db93daa59df327676",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 11542,
            "upload_time": "2023-12-11T22:57:16",
            "upload_time_iso_8601": "2023-12-11T22:57:16.671558Z",
            "url": "https://files.pythonhosted.org/packages/13/43/b5aaa4d1227a30c779a42a03f52983712ce344854499b4de3737ec0f3ea9/neumai_tools-0.0.19-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d34bb88468fea3ad284cf1a37a07d0cb48d3110a24f2cca78d12fd1f04a7afa",
                "md5": "0a244111a7f70a936879fce65976c5f3",
                "sha256": "a4445c698f521b5913d00b68e5d473bb0ca96447fb8454b36cc5a3e9b2df1c4b"
            },
            "downloads": -1,
            "filename": "neumai_tools-0.0.19.tar.gz",
            "has_sig": false,
            "md5_digest": "0a244111a7f70a936879fce65976c5f3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 7577,
            "upload_time": "2023-12-11T22:57:17",
            "upload_time_iso_8601": "2023-12-11T22:57:17.736895Z",
            "url": "https://files.pythonhosted.org/packages/9d/34/bb88468fea3ad284cf1a37a07d0cb48d3110a24f2cca78d12fd1f04a7afa/neumai_tools-0.0.19.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-11 22:57:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NeumTry",
    "github_project": "neum-tools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "neumai-tools"
}
        
Elapsed time: 0.13786s