This is a simple example of a Person
data model. We will use this to test the embedding functionality and the similarity search.
- 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