hwrag


Namehwrag JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://git.jiankanghao.net/haiwei/hwrag
SummaryA Python Toolkit for RAG to build a efficient and productive applicaton.
upload_time2024-06-25 09:38:33
maintainerNone
docs_urlNone
authorHAIWEI AI Team
requires_python>=3.9
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ### ⚡hwrag: A Python Toolkit for RAG to build a efficient and productive applicaton

<p align="center">
<img src="asset/rag.jpg">
</p>

## Installation

To get started with hwrag, simply install (requires Python 3.9+):

```bash
pip install hwrag
```

## License

hwrag is licensed under the [MIT License](./LICENSE).

## Citation

If you used hwrag in your research, please cite as follows:

```latex
@misc{hwrag,
  title={hwrag: A Python Toolkit for RAG to build a efficient and productive applicaton.},
  author={Xinping Huang and Ye Jin},
  year={2024},
  howpublished={\url{https://github.com/huangxinping/hwrag}},
}
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://git.jiankanghao.net/haiwei/hwrag",
    "name": "hwrag",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "HAIWEI AI Team",
    "author_email": "huangxp@haiweikexin.com, jiny@haiweikexin.com",
    "download_url": "https://files.pythonhosted.org/packages/7f/48/913f717486bf1fdf6edcc4aab62d9e2cf792bb5dcd122be5997518579a71/hwrag-0.0.5.tar.gz",
    "platform": null,
    "description": "### \u26a1hwrag: A Python Toolkit for RAG to build a efficient and productive applicaton\n\n<p align=\"center\">\n<img src=\"asset/rag.jpg\">\n</p>\n\n## Installation\n\nTo get started with hwrag, simply install (requires Python 3.9+):\n\n```bash\npip install hwrag\n```\n\n## License\n\nhwrag is licensed under the [MIT License](./LICENSE).\n\n## Citation\n\nIf you used hwrag in your research, please cite as follows:\n\n```latex\n@misc{hwrag,\n  title={hwrag: A Python Toolkit for RAG to build a efficient and productive applicaton.},\n  author={Xinping Huang and Ye Jin},\n  year={2024},\n  howpublished={\\url{https://github.com/huangxinping/hwrag}},\n}\n```\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "A Python Toolkit for RAG to build a efficient and productive applicaton.",
    "version": "0.0.5",
    "project_urls": {
        "Homepage": "https://git.jiankanghao.net/haiwei/hwrag"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4a918b6cd47866c5ca3c6e80bac6c4ce2844fe6d577e2a029b2d42f0e8ae205",
                "md5": "7ae6141400fb379d94556b28fdbfb5d2",
                "sha256": "28432d264c5bc71760cdfe7aaa8adb195904baf2b5ca61145df7d118ca022f83"
            },
            "downloads": -1,
            "filename": "hwrag-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7ae6141400fb379d94556b28fdbfb5d2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 22694,
            "upload_time": "2024-06-25T09:38:31",
            "upload_time_iso_8601": "2024-06-25T09:38:31.322417Z",
            "url": "https://files.pythonhosted.org/packages/c4/a9/18b6cd47866c5ca3c6e80bac6c4ce2844fe6d577e2a029b2d42f0e8ae205/hwrag-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f48913f717486bf1fdf6edcc4aab62d9e2cf792bb5dcd122be5997518579a71",
                "md5": "c896fb99c49c5221b153906a18dab1c6",
                "sha256": "1b4609924128c229e07c19f5e973db1cf9119ca76c7b948fa1f08f7f9d92165d"
            },
            "downloads": -1,
            "filename": "hwrag-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "c896fb99c49c5221b153906a18dab1c6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 14921,
            "upload_time": "2024-06-25T09:38:33",
            "upload_time_iso_8601": "2024-06-25T09:38:33.090739Z",
            "url": "https://files.pythonhosted.org/packages/7f/48/913f717486bf1fdf6edcc4aab62d9e2cf792bb5dcd122be5997518579a71/hwrag-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-25 09:38:33",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "hwrag"
}
        
Elapsed time: 0.28689s