Feat(embeddings): add embedding distance calculator module #359
Annotations
7 errors and 1 warning
rig-core/src/embeddings/distance.rs#L100
no method named `dot_product` found for struct `Embedding` in the current scope
|
rig-core/src/embeddings/distance.rs#L108
no method named `cosine_similarity` found for struct `Embedding` in the current scope
|
rig-core/src/embeddings/distance.rs#L118
no method named `angular_distance` found for struct `Embedding` in the current scope
|
rig-core/src/embeddings/distance.rs#L127
no method named `euclidean_distance` found for struct `Embedding` in the current scope
|
rig-core/src/embeddings/distance.rs#L134
no method named `manhattan_distance` found for struct `Embedding` in the current scope
|
rig-core/src/embeddings/distance.rs#L141
no method named `chebyshev_distance` found for struct `Embedding` in the current scope
|
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
The logs for this run have expired and are no longer available.
Loading