-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathdata.yaml
More file actions
157 lines (157 loc) · 3.22 KB
/
data.yaml
File metadata and controls
157 lines (157 loc) · 3.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
data:
books:
book1:
title: "The Hitchhiker's Guide to the Galaxy"
author: "Douglas Adams"
genre: "Science Fiction"
published: 1979
rating: 4.2
tags:
- comedy
- space
- adventure
awards:
hugo: true
nebula: false
book2:
title: "Pride and Prejudice"
author: "Jane Austen"
genre: "Romance"
published: 1813
rating: 4.5
tags:
- classic
- social commentary
- love
awards:
none: true
book3:
title: "One Hundred Years of Solitude"
author: "Gabriel García Márquez"
genre: "Magical Realism"
published: 1967
rating: 4.3
tags:
- family
- history
- fantasy
awards:
nobel: true
nebula: false
book4:
title: "The Lord of the Rings"
author: "J.R.R. Tolkien"
genre: "Fantasy"
published: 1954
rating: 4.7
tags:
- adventure
- magic
- epic
awards:
hugo: false
nebula: false
book5:
title: "The Handmaid's Tale"
author: "Margaret Atwood"
genre: "Dystopian"
published: 1985
rating: 4.1
tags:
- feminism
- totalitarianism
- resistance
awards:
arthur c. clarke: true
booker prize: false
book6:
title: "Crime and Punishment"
author: "Fyodor Dostoevsky"
genre: "Psychological Thriller"
published: 1866
rating: 4.3
tags:
- philosophy
- crime
- redemption
awards:
none: true
book7:
title: "To Kill a Mockingbird"
author: "Harper Lee"
genre: "Southern Gothic"
published: 1960
rating: 4.2
tags:
- racism
- injustice
- coming-of-age
awards:
pulitzer: true
book8:
title: "1984"
author: "George Orwell"
genre: "Dystopian"
published: 1949
rating: 4.2
tags:
- surveillance
- totalitarianism
- propaganda
awards:
prometheus: true
book9:
title: "The Great Gatsby"
author: "F. Scott Fitzgerald"
genre: "Modernist"
published: 1925
rating: 4.0
tags:
- wealth
- american dream
- love
awards:
none: true
book10:
title: "Dune"
author: "Frank Herbert"
genre: "Science Fiction"
published: 1965
rating: 4.6
tags:
- politics
- desert
- ecology
awards:
hugo: true
nebula: true
timestamps:
ts1:
time: "1993-04-28T12:01:00.654321+00:00"
micros: 735998460654321
millis: 735998460654
seconds: 735998460
vectors:
vec1:
embedding: [1.0, 2.0, 3.0]
vec2:
embedding: [4.0, 5.0, 6.0, 7.0]
vec3:
embedding: [5.0, 6.0, 7.0]
vec4:
embedding: [1.0, 2.0, 4.0]
errors:
doc_with_nan:
value: "NaN"
doc_with_null:
value: null
geopoints:
loc1:
name: SF
location: GEOPOINT(37.7749,-122.4194)
loc2:
name: LA
location: GEOPOINT(34.0522,-118.2437)
loc3:
name: NY
location: GEOPOINT(40.7128,-74.0060)