EmbeddingFeature#
EmbeddingFeature #
Represents an embedding feature.
| PARAMETER | DESCRIPTION |
|---|---|
name | The name of the embedding feature. TYPE: |
dimension | The dimensionality of the embedding feature. TYPE: |
similarity_function_type | The type of similarity function used for the embedding feature. Available functions are TYPE: |
model |
DEFAULT: |
feature_group | The feature group object that contains the embedding feature. DEFAULT: |
embedding_index |
DEFAULT: |
dimenstion property #
dimenstion
The dimensionality of the embedding feature.
This one is excluded from the docs as the name is misspelled but kept to avoid breaking the API.
embedding_index property writable #
embedding_index
EmbeddingIndex: The index for managing embedding features.
feature_group property writable #
feature_group
FeatureGroup: The feature group object that contains the embedding feature.
similarity_function_type property #
similarity_function_type
SimilarityFunctionType: The type of similarity function used for the embedding feature.
to_dict #
to_dict()
Convert the EmbeddingFeature object to a dictionary.
| RETURNS | DESCRIPTION |
|---|---|
|
|