Documentation Index
Fetch the complete documentation index at: https://arize-ax.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
View Source on Github
Install extra dependencies in the SDK:
The EmbeddingGenerator Class
Arize class to generate embeddings data.
Import and initialize EmbeddingGenerator from arize.pandas.embeddings:
Methods
from_use_case
View Source
Pass in use_case and more options depending on the use case.
| Argument | Description |
|---|---|
| use_case | UseCases.NLP.SEQUENCE_CLASSIFICATION orUseCases.NLP.SUMMARIZATION orUseCases.CV.IMAGE_CLASSIFICATION |
| model_name | Refer to Supported Models |
list_pretrained_models
View Source
Returns updated table listing of supported models.