Skip to content

Commit 1a1334e

Browse files
committed
some edis
1 parent 14382ef commit 1a1334e

File tree

1 file changed

+16
-21
lines changed

1 file changed

+16
-21
lines changed

docs/assets/how_to_create_pinecone_datasets.ipynb

+16-21
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
{
2828
"cell_type": "code",
29-
"execution_count": 2,
29+
"execution_count": 25,
3030
"metadata": {},
3131
"outputs": [
3232
{
@@ -52,7 +52,7 @@
5252
},
5353
{
5454
"cell_type": "code",
55-
"execution_count": 5,
55+
"execution_count": 26,
5656
"metadata": {},
5757
"outputs": [],
5858
"source": [
@@ -61,7 +61,7 @@
6161
},
6262
{
6363
"cell_type": "code",
64-
"execution_count": 9,
64+
"execution_count": 27,
6565
"metadata": {},
6666
"outputs": [
6767
{
@@ -153,7 +153,7 @@
153153
"4 {'title': 'title5', 'url': 'url5'} {'another_field': 'another_value'} "
154154
]
155155
},
156-
"execution_count": 9,
156+
"execution_count": 27,
157157
"metadata": {},
158158
"output_type": "execute_result"
159159
}
@@ -206,8 +206,8 @@
206206
"metadata": {},
207207
"source": [
208208
"Some notes:\n",
209-
"1. Note that we have both metadata field and 'blob' field, the metadata field is the acutal pinecone metadata we will use in our index, blob, is an additional field that we can use to store any additional information we want to store along with the Dataset.\n",
210-
"2. here we used both 'values' and 'sparse_values', however, sparse_values is not a mandatory field, if you don't have sparse values keep it empty."
209+
"* Note that we have both metadata field and 'blob' field, the metadata field is the acutal pinecone metadata we will use in our index, blob, is an additional field that we can use to store any additional information we want to store along with the Dataset.\n",
210+
"* here we used both 'values' and 'sparse_values', however, sparse_values is not a mandatory field, if you don't have sparse values keep it empty."
211211
]
212212
},
213213
{
@@ -233,7 +233,7 @@
233233
},
234234
{
235235
"cell_type": "code",
236-
"execution_count": 13,
236+
"execution_count": 29,
237237
"metadata": {},
238238
"outputs": [],
239239
"source": [
@@ -242,14 +242,14 @@
242242
},
243243
{
244244
"cell_type": "code",
245-
"execution_count": 16,
245+
"execution_count": 30,
246246
"metadata": {},
247247
"outputs": [
248248
{
249249
"data": {
250250
"text/plain": [
251251
"{'name': '',\n",
252-
" 'created_at': '2023-08-07 17:13:11.949042',\n",
252+
" 'created_at': '2023-08-07 17:52:49.166878',\n",
253253
" 'documents': 0,\n",
254254
" 'queries': 0,\n",
255255
" 'source': None,\n",
@@ -263,7 +263,7 @@
263263
" 'args': None}"
264264
]
265265
},
266-
"execution_count": 16,
266+
"execution_count": 30,
267267
"metadata": {},
268268
"output_type": "execute_result"
269269
}
@@ -276,7 +276,7 @@
276276
},
277277
{
278278
"cell_type": "code",
279-
"execution_count": 20,
279+
"execution_count": 31,
280280
"metadata": {},
281281
"outputs": [
282282
{
@@ -368,7 +368,7 @@
368368
"4 {'title': 'title5', 'url': 'url5'} {'another_field': 'another_value'} "
369369
]
370370
},
371-
"execution_count": 20,
371+
"execution_count": 31,
372372
"metadata": {},
373373
"output_type": "execute_result"
374374
}
@@ -387,7 +387,7 @@
387387
},
388388
{
389389
"cell_type": "code",
390-
"execution_count": 22,
390+
"execution_count": 32,
391391
"metadata": {},
392392
"outputs": [
393393
{
@@ -412,7 +412,7 @@
412412
},
413413
{
414414
"cell_type": "code",
415-
"execution_count": 23,
415+
"execution_count": 33,
416416
"metadata": {},
417417
"outputs": [],
418418
"source": [
@@ -421,7 +421,7 @@
421421
},
422422
{
423423
"cell_type": "code",
424-
"execution_count": 24,
424+
"execution_count": 34,
425425
"metadata": {},
426426
"outputs": [
427427
{
@@ -520,19 +520,14 @@
520520
"4 {'another_field': 'another_value', 'extra_fiel... "
521521
]
522522
},
523-
"execution_count": 24,
523+
"execution_count": 34,
524524
"metadata": {},
525525
"output_type": "execute_result"
526526
}
527527
],
528528
"source": [
529529
"new_ds.documents"
530530
]
531-
},
532-
{
533-
"cell_type": "markdown",
534-
"metadata": {},
535-
"source": []
536531
}
537532
],
538533
"metadata": {

0 commit comments

Comments
 (0)