Name | hyfi-chain JSON |
Version |
0.1.0
JSON |
| download |
home_page | https://hyfi-chain.entelecheia.ai |
Summary | A wrapper library integrating LangChain's language model chaining with HyFI framework for building robust, scalable, and maintainable NLP applications. |
upload_time | 2024-05-04 22:03:51 |
maintainer | None |
docs_url | None |
author | Young Joon Lee |
requires_python | <3.13,>=3.9 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# HyFI-Chain
[![pypi-image]][pypi-url]
[![version-image]][release-url]
[![release-date-image]][release-url]
[![license-image]][license-url]
[![codecov][codecov-image]][codecov-url]
[![jupyter-book-image]][docs-url]
<!-- Links: -->
[codecov-image]: https://codecov.io/gh/entelecheia/hyfi-chain/branch/main/graph/badge.svg?token=rdfiKAmEr8
[codecov-url]: https://codecov.io/gh/entelecheia/hyfi-chain
[pypi-image]: https://img.shields.io/pypi/v/hyfi-chain
[license-image]: https://img.shields.io/github/license/entelecheia/hyfi-chain
[license-url]: https://github.com/entelecheia/hyfi-chain/blob/main/LICENSE
[version-image]: https://img.shields.io/github/v/release/entelecheia/hyfi-chain?sort=semver
[release-date-image]: https://img.shields.io/github/release-date/entelecheia/hyfi-chain
[release-url]: https://github.com/entelecheia/hyfi-chain/releases
[jupyter-book-image]: https://jupyterbook.org/en/stable/_images/badge.svg
[repo-url]: https://github.com/entelecheia/hyfi-chain
[pypi-url]: https://pypi.org/project/hyfi-chain
[docs-url]: https://hyfi-chain.entelecheia.ai
[changelog]: https://github.com/entelecheia/hyfi-chain/blob/main/CHANGELOG.md
[contributing guidelines]: https://github.com/entelecheia/hyfi-chain/blob/main/CONTRIBUTING.md
<!-- Links: -->
A wrapper library integrating LangChain's language model chaining with HyFI framework for building robust, scalable, and maintainable NLP applications.
- Documentation: [https://hyfi-chain.entelecheia.ai][docs-url]
- GitHub: [https://github.com/entelecheia/hyfi-chain][repo-url]
- PyPI: [https://pypi.org/project/hyfi-chain][pypi-url]
HyFI-Chain is a wrapper library that integrates the language model chaining capabilities of LangChain with the HyFI (Hydra Fast Interface) framework. It enables developers to build robust, scalable, and maintainable natural language processing (NLP) applications with ease.
By combining the power of LangChain's flexible language model chaining with HyFI's streamlined configuration and execution capabilities, HyFI-Chain simplifies the development process and allows developers to focus on the core logic of their NLP applications.
HyFI-Chain inherits the scaling capabilities of HyFI, enabling effortless scaling of NLP applications to handle larger workloads. It provides a solid foundation for exploring the possibilities of language model chaining and unlocking the potential of NLP in various domains.
## Changelog
See the [CHANGELOG] for more information.
## Contributing
Contributions are welcome! Please see the [contributing guidelines] for more information.
## License
This project is released under the [MIT License][license-url].
Raw data
{
"_id": null,
"home_page": "https://hyfi-chain.entelecheia.ai",
"name": "hyfi-chain",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.13,>=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Young Joon Lee",
"author_email": "entelecheia@hotmail.com",
"download_url": "https://files.pythonhosted.org/packages/94/f3/a6097cd2ab506d96ecb6800685c50c431fb6d46bc3aea0ee4165896529de/hyfi_chain-0.1.0.tar.gz",
"platform": null,
"description": "# HyFI-Chain\n\n[![pypi-image]][pypi-url]\n[![version-image]][release-url]\n[![release-date-image]][release-url]\n[![license-image]][license-url]\n[![codecov][codecov-image]][codecov-url]\n[![jupyter-book-image]][docs-url]\n\n<!-- Links: -->\n[codecov-image]: https://codecov.io/gh/entelecheia/hyfi-chain/branch/main/graph/badge.svg?token=rdfiKAmEr8\n[codecov-url]: https://codecov.io/gh/entelecheia/hyfi-chain\n[pypi-image]: https://img.shields.io/pypi/v/hyfi-chain\n[license-image]: https://img.shields.io/github/license/entelecheia/hyfi-chain\n[license-url]: https://github.com/entelecheia/hyfi-chain/blob/main/LICENSE\n[version-image]: https://img.shields.io/github/v/release/entelecheia/hyfi-chain?sort=semver\n[release-date-image]: https://img.shields.io/github/release-date/entelecheia/hyfi-chain\n[release-url]: https://github.com/entelecheia/hyfi-chain/releases\n[jupyter-book-image]: https://jupyterbook.org/en/stable/_images/badge.svg\n\n[repo-url]: https://github.com/entelecheia/hyfi-chain\n[pypi-url]: https://pypi.org/project/hyfi-chain\n[docs-url]: https://hyfi-chain.entelecheia.ai\n[changelog]: https://github.com/entelecheia/hyfi-chain/blob/main/CHANGELOG.md\n[contributing guidelines]: https://github.com/entelecheia/hyfi-chain/blob/main/CONTRIBUTING.md\n<!-- Links: -->\n\nA wrapper library integrating LangChain's language model chaining with HyFI framework for building robust, scalable, and maintainable NLP applications.\n\n- Documentation: [https://hyfi-chain.entelecheia.ai][docs-url]\n- GitHub: [https://github.com/entelecheia/hyfi-chain][repo-url]\n- PyPI: [https://pypi.org/project/hyfi-chain][pypi-url]\n\nHyFI-Chain is a wrapper library that integrates the language model chaining capabilities of LangChain with the HyFI (Hydra Fast Interface) framework. It enables developers to build robust, scalable, and maintainable natural language processing (NLP) applications with ease.\nBy combining the power of LangChain's flexible language model chaining with HyFI's streamlined configuration and execution capabilities, HyFI-Chain simplifies the development process and allows developers to focus on the core logic of their NLP applications.\nHyFI-Chain inherits the scaling capabilities of HyFI, enabling effortless scaling of NLP applications to handle larger workloads. It provides a solid foundation for exploring the possibilities of language model chaining and unlocking the potential of NLP in various domains.\n\n## Changelog\n\nSee the [CHANGELOG] for more information.\n\n## Contributing\n\nContributions are welcome! Please see the [contributing guidelines] for more information.\n\n## License\n\nThis project is released under the [MIT License][license-url].\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A wrapper library integrating LangChain's language model chaining with HyFI framework for building robust, scalable, and maintainable NLP applications.",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://hyfi-chain.entelecheia.ai",
"Repository": "https://github.com/entelecheia/hyfi-chain"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "68a4a162d770619839b94d6badc5a2718c3605a5589861466cad67b813d2c075",
"md5": "17af6dc003367e304845a06c8b0815ad",
"sha256": "e1fb09174688bfff8a71d4adeeb6f1bac43e9a6583c656dff0264747c1682970"
},
"downloads": -1,
"filename": "hyfi_chain-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "17af6dc003367e304845a06c8b0815ad",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.13,>=3.9",
"size": 4605,
"upload_time": "2024-05-04T22:03:49",
"upload_time_iso_8601": "2024-05-04T22:03:49.955710Z",
"url": "https://files.pythonhosted.org/packages/68/a4/a162d770619839b94d6badc5a2718c3605a5589861466cad67b813d2c075/hyfi_chain-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "94f3a6097cd2ab506d96ecb6800685c50c431fb6d46bc3aea0ee4165896529de",
"md5": "53186a10e80f2ebb93bcc1f1a8737b74",
"sha256": "d2b105ba0b46b0e7c3d9d59563d1471d79e17abf3e1e4118eb85d289476a9be6"
},
"downloads": -1,
"filename": "hyfi_chain-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "53186a10e80f2ebb93bcc1f1a8737b74",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.13,>=3.9",
"size": 4057,
"upload_time": "2024-05-04T22:03:51",
"upload_time_iso_8601": "2024-05-04T22:03:51.726429Z",
"url": "https://files.pythonhosted.org/packages/94/f3/a6097cd2ab506d96ecb6800685c50c431fb6d46bc3aea0ee4165896529de/hyfi_chain-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-04 22:03:51",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "entelecheia",
"github_project": "hyfi-chain",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "hyfi-chain"
}