Skip to content

Commit 65b0fba

Browse files
authored
Add text_embedding_bits to inference result output (#3698)
1 parent 8596c0f commit 65b0fba

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

output/schema/schema.json

Lines changed: 16 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/inference/_types/Results.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ export class RankedDocument {
8282
*/
8383
export class InferenceResult {
8484
text_embedding_bytes?: Array<TextEmbeddingByteResult>
85+
text_embedding_bits?: Array<TextEmbeddingByteResult>
8586
text_embedding?: Array<TextEmbeddingResult>
8687
sparse_embedding?: Array<SparseEmbeddingResult>
8788
completion?: Array<CompletionResult>

0 commit comments

Comments
 (0)