Installation#

The easiest way to install it is using pip:

pip install antimatter

This will install the latest version of the package.

Some of the features of the package require additional dependencies. To install all of them, use:

pip install antimatter[all]

To install only a specific set of features, use one of:

pip install antimatter[langchain]
pip install antimatter[pandas]
pip install antimatter[pytorch]

which will install the dependencies for the langchain, pandas, and pytorch features, respectively to use them with those data formats.

Once installed, follow the instructions in the Demos section to see how to use the package.