Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 378 Bytes

model.md

File metadata and controls

17 lines (12 loc) · 378 Bytes

Embedding Example

This is a simple example of a Person data model. We will use this to test the embedding functionality and the similarity search.

Person

  • name
    • Type: string
    • Description: The name of the person
  • age
    • Type: integer
    • Description: The age of the person
  • hobbies
    • Type: string[]
    • Description: The hobbies of the person