معرفی شرکت ها


canals-0.0.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A component orchestration engine for Haystack
ویژگی مقدار
سیستم عامل -
نام فایل canals-0.0.3
نام canals
نسخه کتابخانه 0.0.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده ZanSara <sara.zanzottera@deepset.ai>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/canals/
مجوز -
# Canals <p align="center" float="left"> <img alt="" src="https://raw.githubusercontent.com/deepset-ai/canals/main/images/canals-logo-light.png#gh-dark-mode-only"/> <img alt="" src="https://raw.githubusercontent.com/deepset-ai/canals/main/images/canals-logo-dark.png#gh-light-mode-only"/> </p> [![PyPI - Version](https://img.shields.io/pypi/v/canals.svg)](https://pypi.org/project/canals) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/canals.svg)](https://pypi.org/project/canals) Canals is a **component orchestration engine**. Components are Python objects that can execute a task, like reading a file, performing calculations, or making API calls. Canals connects these objects together: it builds a graph of components and takes care of managing their execution order, making sure that each object receives the input it expects from the other components of the pipeline. Canals powers version 2.0 of the [Haystack framework](https://github.com/deepset-ai/haystack). ## Installation Running: ```console pip install canals ``` gives you the bare minimum necessary to run Canals. To be able to draw pipelines, please make sure you have [graphviz](https://graphviz.org/download/) installed: ```console sudo apt install graphviz # You may need `graphviz-dev` too: sudo apt install graphviz-dev pip install canals[draw] ```


نیازمندی

مقدار نام
- networkx
xtr canals[dev,draw];
xtr black[jupyter]==22.6.0;
xtr coverage;
xtr hatch;
xtr mypy;
xtr pre-commit;
xtr pylint==2.15.10;
xtr pytest;
xtr mkdocs-material;
xtr mkdocs-mermaid2-plugin;
xtr mkdocstrings[python];
xtr pygraphviz;


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl canals-0.0.3:

    pip install canals-0.0.3.whl


نصب پکیج tar.gz canals-0.0.3:

    pip install canals-0.0.3.tar.gz