Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.superalign.ai/llms.txt

Use this file to discover all available pages before exploring further.

Prediction function takes an input and returns an output. SuperAlign supports the following data types for the same.
"pandas dataframe" = Pandas DataFrame
"numpy ndarray" = Numpy Ndarray
"text" = Text
"image" = Image
"json" = JSON
These data types can be specified while defining the Input and Output in the Predictor class.