Skip to content

Commit 707cbdd

Browse files
authored
Revert "Adds new embedding_type values to PUT Cohere inference endpoint (#4…" (#4438)
This reverts commit 2c7d969.
1 parent becc661 commit 707cbdd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

specification/inference/_types/CommonTypes.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -585,8 +585,6 @@ export class CohereServiceSettings {
585585
api_key: string
586586
/**
587587
* For a `text_embedding` task, the types of embeddings you want to get back.
588-
* Use `binary` for binary embeddings, which are encoded as bytes with signed int8 precision.
589-
* Use `bit` for binary embeddings, which are encoded as bytes with signed int8 precision (this is a synonym of `binary`).
590588
* Use `byte` for signed int8 embeddings (this is a synonym of `int8`).
591589
* Use `float` for the default float embeddings.
592590
* Use `int8` for signed int8 embeddings.
@@ -627,8 +625,6 @@ export enum CohereServiceType {
627625
}
628626

629627
export enum CohereEmbeddingType {
630-
binary,
631-
bit,
632628
byte,
633629
float,
634630
int8

0 commit comments

Comments
 (0)