Feat(embeddings): add embedding distance calculator module #359
ci.yaml
on: pull_request
stable / fmt
16s
stable / clippy
1m 8s
stable / test
2m 14s
stable / doc
1m 14s
stable / publish dry-run
5m 49s
Annotations
7 errors and 5 warnings
stable / test:
rig-core/src/embeddings/distance.rs#L100
no method named `dot_product` found for struct `Embedding` in the current scope
|
stable / test:
rig-core/src/embeddings/distance.rs#L108
no method named `cosine_similarity` found for struct `Embedding` in the current scope
|
stable / test:
rig-core/src/embeddings/distance.rs#L118
no method named `angular_distance` found for struct `Embedding` in the current scope
|
stable / test:
rig-core/src/embeddings/distance.rs#L127
no method named `euclidean_distance` found for struct `Embedding` in the current scope
|
stable / test:
rig-core/src/embeddings/distance.rs#L134
no method named `manhattan_distance` found for struct `Embedding` in the current scope
|
stable / test:
rig-core/src/embeddings/distance.rs#L141
no method named `chebyshev_distance` found for struct `Embedding` in the current scope
|
stable / test
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
stable / fmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
stable / clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
stable / doc
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
stable / test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
stable / publish dry-run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|