doc-transform


Namedoc-transform JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://doc-transform.readthedocs.io/en/latest/
SummaryTransformations for text data to improve information retreval.
upload_time2023-08-07 19:19:45
maintainer
docs_urlNone
authorJeremy McMinis
requires_python>=3.7
licenseMIT
keywords information retreival large language models semantic search
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # doc-transform

doc-transform is a python library used to improve information retreival performance primarily for RAG applications.

## Get document summary

## Segment text

## Compute embeddings

            

Raw data

            {
    "_id": null,
    "home_page": "https://doc-transform.readthedocs.io/en/latest/",
    "name": "doc-transform",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "information retreival,large language models,semantic search",
    "author": "Jeremy McMinis",
    "author_email": "jeremy@sawtoothdata.com",
    "download_url": "https://files.pythonhosted.org/packages/9b/6d/04a53eba43765fe143e5c603ed6dc74852138d6a4df18ff26863bf6b9269/doc-transform-0.0.1.tar.gz",
    "platform": null,
    "description": "# doc-transform\n\ndoc-transform is a python library used to improve information retreival performance primarily for RAG applications.\n\n## Get document summary\n\n## Segment text\n\n## Compute embeddings\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Transformations for text data to improve information retreval.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://doc-transform.readthedocs.io/en/latest/"
    },
    "split_keywords": [
        "information retreival",
        "large language models",
        "semantic search"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84d65f0e3424fd6086069b85d8ddb5300d6423c3d52c8ef72940ee1f85a8d233",
                "md5": "2873e823833e4f52731abf2331b9f061",
                "sha256": "38767e74763801309b6e0a36f32308d4d079c69ca6a408d05c47c8bd1ba093e2"
            },
            "downloads": -1,
            "filename": "doc_transform-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2873e823833e4f52731abf2331b9f061",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 2565,
            "upload_time": "2023-08-07T19:19:44",
            "upload_time_iso_8601": "2023-08-07T19:19:44.673361Z",
            "url": "https://files.pythonhosted.org/packages/84/d6/5f0e3424fd6086069b85d8ddb5300d6423c3d52c8ef72940ee1f85a8d233/doc_transform-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b6d04a53eba43765fe143e5c603ed6dc74852138d6a4df18ff26863bf6b9269",
                "md5": "fed62e821dc1af0deea559944664e360",
                "sha256": "15493b04778f023d9a114b5fd73ab5caccc904ad6f0b994048c2e27abe0174a9"
            },
            "downloads": -1,
            "filename": "doc-transform-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "fed62e821dc1af0deea559944664e360",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 2139,
            "upload_time": "2023-08-07T19:19:45",
            "upload_time_iso_8601": "2023-08-07T19:19:45.951534Z",
            "url": "https://files.pythonhosted.org/packages/9b/6d/04a53eba43765fe143e5c603ed6dc74852138d6a4df18ff26863bf6b9269/doc-transform-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-07 19:19:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "doc-transform"
}
        
Elapsed time: 0.11300s