
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
.. image:: https://img.shields.io/github/license/RedisAI/redisai-py.svg :target: https://github.com/RedisAI/redisai-py
.. image:: https://badge.fury.io/py/redisai.svg :target: https://badge.fury.io/py/redisai
.. image:: https://github.com/RedisAI/redisai-py/actions/workflows/integration.yml/badge.svg :target: https://github.com/RedisAI/redisai-py/actions/workflows/integration.yml
.. image:: https://img.shields.io/github/release/RedisAI/redisai-py.svg :target: https://github.com/RedisAI/redisai-py/releases/latest
.. image:: https://codecov.io/gh/RedisAI/redisai-py/branch/master/graph/badge.svg :target: https://codecov.io/gh/RedisAI/redisai-py
.. image:: https://readthedocs.org/projects/redisai-py/badge/?version=latest :target: https://redisai-py.readthedocs.io/en/latest/?badge=latest
.. image:: https://img.shields.io/badge/Forum-RedisAI-blue :target: https://forum.redis.com/c/modules/redisai
.. image:: https://img.shields.io/discord/697882427875393627?style=flat-square :target: https://discord.gg/rTQm7UZ
.. image:: https://snyk.io/test/github/RedisAI/redisai-py/badge.svg?targetFile=pyproject.toml :target: https://snyk.io/test/github/RedisAI/redisai-py?targetFile=pyproject.toml
redisai-py is the Python client for RedisAI. Checkout the
documentation <https://redisai-py.readthedocs.io/en/latest/>
_ for API details and examples
RedisAI <http://redisai.io>
_.. code-block:: bash
$ pip install redisai
4. Install serialization-deserialization utility (optional)
.. code-block:: bash
$ pip install ml2rt
virtualenv -v venv; source venv/bin/activate
pip install poetry
poetry install --no-root
tox runs all tests as its default target. Running tox by itself will run unit tests. Ensure you have a running redis, with the module loaded.
Contributing
Prior to submitting a pull request, please ensure you've built and installed poetry as above. Then:
tox -e linters.
tox -e tests
RedisAI example repo <https://github.com/RedisAI/redisai-examples>
_ shows few examples
made using redisai-py under python_client
folder. Also, checkout
ml2rt <https://github.com/hhsecond/ml2rt>
_ for convenient functions those might help in
converting models (sparkml, sklearn, xgboost to ONNX), serializing models to disk, loading
it back to redisai-py etc.
FAQs
RedisAI Python Client
We found that redisai demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.