Skip to content

Commit

Permalink
Add embedding and embedding_model to the work model in data-types.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbklein committed Apr 29, 2024
1 parent 8c0c583 commit 77e4c98
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/docs/spec/data-types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,14 @@ components:
description: An account of the resource.
items:
type: string
embedding:
type: array
description: Vector representation of the resource's location in the repository's semantic space.
items:
type: number
embedding_model:
type: string
description: The name of the inference model used to generate the `embedding` from the resource's content.
file_sets:
type: array
description: File sets associated with the resource.
Expand Down

0 comments on commit 77e4c98

Please sign in to comment.