Installation
Raic Foundry offers both CLI and a python SDK, both of which can be installed via pip package.
Please note that the recommended python is version 3.12. And as always, working within a virtual environment is highly recommended
python3.12 -m venv .venv
source .venv/bin/activate
To install the raic-foundry package:
(.venv) $ python3.12 -m pip install --upgrade raic-foundry
Command Line Inferface
If you are looking for a command line interface rather than using the sdk, this has now been installed. Feel free to start crreating data sources and inference runs using the commands below.
For further information about using the SDK please continue reading the documentation.
raic-foundry
Usage: raic-foundry [OPTIONS] COMMAND [ARGS]...
╭─ Options ─────────────────────────────────────────────────────────────────────────────────────────────────────────── ─╮
│ - -install -completion Install completion for the current shell. │
│ - -show -completion Show completion for the current shell, to copy it or customize the installation. │
│ - -help Show this message and exit. │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ────────────────────────────────────────────────────────────────────────────────────────────────────────── ─╮
│ login │
│ datasource │
│ inference │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯