Skip to content

Backport missing 9 #3706

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Feb 6, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add text_embedding_bits to inference result output (#3698)
  • Loading branch information
ymao1 authored Feb 4, 2025
commit 65b0fba50a6321a5bccab6071fcdef5239e5da65
18 changes: 16 additions & 2 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions specification/inference/_types/Results.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export class RankedDocument {
*/
export class InferenceResult {
text_embedding_bytes?: Array<TextEmbeddingByteResult>
text_embedding_bits?: Array<TextEmbeddingByteResult>
text_embedding?: Array<TextEmbeddingResult>
sparse_embedding?: Array<SparseEmbeddingResult>
completion?: Array<CompletionResult>
Expand Down