EmbeddingFeature#
[source] 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: |
[source] 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.
[source] embedding_index property writable #
embedding_index
EmbeddingIndex: The index for managing embedding features.
[source] feature_group property writable #
feature_group
FeatureGroup: The feature group object that contains the embedding feature.