We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf710e commit d671962Copy full SHA for d671962
specification/inference/_types/CommonTypes.ts
@@ -585,6 +585,8 @@ export class CohereServiceSettings {
585
api_key: string
586
/**
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
* Use `byte` for signed int8 embeddings (this is a synonym of `int8`).
591
* Use `float` for the default float embeddings.
592
* Use `int8` for signed int8 embeddings.
0 commit comments