docgraph


Namedocgraph JSON
Version 0.0.14.dev0 PyPI version JSON
download
home_pagehttps://github.com/brad-larson-tfs/docgraph
SummaryDocument Graph for LLM retrieval augmented genration embedding search and Completion context
upload_time2024-05-01 18:51:46
maintainerNone
docs_urlNone
authorBrad Larson
requires_pythonNone
licenseNone
keywords python machine learning llm generative ai retrieval augmented generaiton rag embeddings completions document graph
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Docgraph Python Library

## Table of Contents
- [Constants](#constants)
- [Functions](#functions)
- [Classes](#classes)

## Setup

References:
- [Packaging Python Projects](https://www.freecodecamp.org/news/build-your-first-python-package/)
- [How to Publish an Open-Source Python Package to PyPI](https://realpython.com/pypi-publish-python-package/)
- [Set Up PyPI Repositories on Artifactory](https://jfrog.com/help/r/jfrog-artifactory-documentation/set-up-pypi-repositories-on-artifactory)
- [Publish PyPI Packages to Artifactory](https://jfrog.com/help/r/jfrog-artifactory-documentation/publish-pypi-packages-to-artifactory)

- Install twine:
    ```cmd
    pip3 install twine
    ```
- The [deploy](./deploy) script automates building and uploading the python packages
- Build whl:
    ```cmd
    py setup.py sdist bdist_wheel
    ```

- Upload package to pipy
    ```cmd
    twine upload dist/*

- pip install:
    ```cmd
    pip install --extra-index-url https://ha-us.dso.thermofisher.net/artifactory/api/pypi/sci-ai-pypi-internal-local/simple --trusted-host ha-us.dso.thermofisher.net docgraph==0.0.14-dev 
    ```
- reqiurements.txt install:
    - in requirements.txt:
        ```txt
        --extra-index-url https://ha-us.dso.thermofisher.net/artifactory/api/pypi/sci-ai-pypi-internal-local/simple --trusted-host ha-us.dso.thermofisher.net
        ...
        docgraph==0.0.14-dev 
        ```
    - from the console:
        ```
        pip install -r requirements.txt
        ```



## Constants

## Functions

## Classes


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/brad-larson-tfs/docgraph",
    "name": "docgraph",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, Machine Learning, LLM, Generative AI, Retrieval Augmented Generaiton, RAG, Embeddings, Completions, Document Graph",
    "author": "Brad Larson",
    "author_email": "<brad.larson1@thermofisher.com>",
    "download_url": "https://files.pythonhosted.org/packages/34/27/d4ff25161d0a2d5a5f0785a662e6d9e26818c2782956a0b982a13d78ea77/docgraph-0.0.14.dev0.tar.gz",
    "platform": null,
    "description": "# Docgraph Python Library\n\n## Table of Contents\n- [Constants](#constants)\n- [Functions](#functions)\n- [Classes](#classes)\n\n## Setup\n\nReferences:\n- [Packaging Python Projects](https://www.freecodecamp.org/news/build-your-first-python-package/)\n- [How to Publish an Open-Source Python Package to PyPI](https://realpython.com/pypi-publish-python-package/)\n- [Set Up PyPI Repositories on Artifactory](https://jfrog.com/help/r/jfrog-artifactory-documentation/set-up-pypi-repositories-on-artifactory)\n- [Publish PyPI Packages to Artifactory](https://jfrog.com/help/r/jfrog-artifactory-documentation/publish-pypi-packages-to-artifactory)\n\n- Install twine:\n    ```cmd\n    pip3 install twine\n    ```\n- The [deploy](./deploy) script automates building and uploading the python packages\n- Build whl:\n    ```cmd\n    py setup.py sdist bdist_wheel\n    ```\n\n- Upload package to pipy\n    ```cmd\n    twine upload dist/*\n\n- pip install:\n    ```cmd\n    pip install --extra-index-url https://ha-us.dso.thermofisher.net/artifactory/api/pypi/sci-ai-pypi-internal-local/simple --trusted-host ha-us.dso.thermofisher.net docgraph==0.0.14-dev \n    ```\n- reqiurements.txt install:\n    - in requirements.txt:\n        ```txt\n        --extra-index-url https://ha-us.dso.thermofisher.net/artifactory/api/pypi/sci-ai-pypi-internal-local/simple --trusted-host ha-us.dso.thermofisher.net\n        ...\n        docgraph==0.0.14-dev \n        ```\n    - from the console:\n        ```\n        pip install -r requirements.txt\n        ```\n\n\n\n## Constants\n\n## Functions\n\n## Classes\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Document Graph for LLM retrieval augmented genration embedding search and Completion context",
    "version": "0.0.14.dev0",
    "project_urls": {
        "Homepage": "https://github.com/brad-larson-tfs/docgraph"
    },
    "split_keywords": [
        "python",
        " machine learning",
        " llm",
        " generative ai",
        " retrieval augmented generaiton",
        " rag",
        " embeddings",
        " completions",
        " document graph"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76b56224814ee5a8b1f8d10af886510208ffd700c5b27792c0b1b08984019590",
                "md5": "d1759feacf137846cf3cb9b23cc0442b",
                "sha256": "613cee3e416a7f6a4a1db992383392f8a08c05d83416e37607fb98d9bf371379"
            },
            "downloads": -1,
            "filename": "docgraph-0.0.14.dev0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d1759feacf137846cf3cb9b23cc0442b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 15292,
            "upload_time": "2024-05-01T18:51:45",
            "upload_time_iso_8601": "2024-05-01T18:51:45.076219Z",
            "url": "https://files.pythonhosted.org/packages/76/b5/6224814ee5a8b1f8d10af886510208ffd700c5b27792c0b1b08984019590/docgraph-0.0.14.dev0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3427d4ff25161d0a2d5a5f0785a662e6d9e26818c2782956a0b982a13d78ea77",
                "md5": "59cb374d1a8188ed1380400a29b2fa2a",
                "sha256": "e2232e11a0d2c1763b371620d54448f6ea40651b46488c3ffcffc231376e9c34"
            },
            "downloads": -1,
            "filename": "docgraph-0.0.14.dev0.tar.gz",
            "has_sig": false,
            "md5_digest": "59cb374d1a8188ed1380400a29b2fa2a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10616,
            "upload_time": "2024-05-01T18:51:46",
            "upload_time_iso_8601": "2024-05-01T18:51:46.143463Z",
            "url": "https://files.pythonhosted.org/packages/34/27/d4ff25161d0a2d5a5f0785a662e6d9e26818c2782956a0b982a13d78ea77/docgraph-0.0.14.dev0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-01 18:51:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "brad-larson-tfs",
    "github_project": "docgraph",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "docgraph"
}
        
Elapsed time: 0.34588s