File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
specification/inference/_types Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -585,8 +585,6 @@ export class CohereServiceSettings {
585
585
api_key : string
586
586
/**
587
587
* 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`).
590
588
* Use `byte` for signed int8 embeddings (this is a synonym of `int8`).
591
589
* Use `float` for the default float embeddings.
592
590
* Use `int8` for signed int8 embeddings.
@@ -627,8 +625,6 @@ export enum CohereServiceType {
627
625
}
628
626
629
627
export enum CohereEmbeddingType {
630
- binary ,
631
- bit ,
632
628
byte ,
633
629
float ,
634
630
int8
You can’t perform that action at this time.
0 commit comments