Skip to content

Commit

Permalink
rename to sparse_embedding
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkyle committed Nov 16, 2023
1 parent 89bafd5 commit 41d0a85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion output/schema/schema.json

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

2 changes: 1 addition & 1 deletion output/typescript/types.ts

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

2 changes: 1 addition & 1 deletion specification/inference/_types/Results.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ export class TextEmbeddingResult {
*/
export class InferenceResult {
text_embedding?: Array<TextEmbeddingResult>
sparse_vector?: Array<SparseVector>
sparse_embedding?: Array<SparseVector>
}

0 comments on commit 41d0a85

Please sign in to comment.