Skip to content

Commit b1c9188

Browse files
committed
small fixes in notebooks and pinning langchain libraries to avoid future conflicts
1 parent 8695f70 commit b1c9188

12 files changed

+1021
-1123
lines changed

01-Load-Data-ACogSearch.ipynb

+12-12
Original file line numberDiff line numberDiff line change
@@ -188,14 +188,14 @@
188188
},
189189
{
190190
"cell_type": "code",
191-
"execution_count": 7,
191+
"execution_count": 6,
192192
"metadata": {},
193193
"outputs": [
194194
{
195195
"name": "stdout",
196196
"output_type": "stream",
197197
"text": [
198-
"201\n",
198+
"204\n",
199199
"True\n"
200200
]
201201
}
@@ -279,7 +279,7 @@
279279
},
280280
{
281281
"cell_type": "code",
282-
"execution_count": 8,
282+
"execution_count": 7,
283283
"metadata": {},
284284
"outputs": [],
285285
"source": [
@@ -332,14 +332,14 @@
332332
},
333333
{
334334
"cell_type": "code",
335-
"execution_count": 9,
335+
"execution_count": 8,
336336
"metadata": {},
337337
"outputs": [
338338
{
339339
"name": "stdout",
340340
"output_type": "stream",
341341
"text": [
342-
"201\n",
342+
"204\n",
343343
"True\n"
344344
]
345345
}
@@ -484,7 +484,7 @@
484484
},
485485
{
486486
"cell_type": "code",
487-
"execution_count": 10,
487+
"execution_count": 9,
488488
"metadata": {},
489489
"outputs": [],
490490
"source": [
@@ -507,14 +507,14 @@
507507
},
508508
{
509509
"cell_type": "code",
510-
"execution_count": null,
510+
"execution_count": 10,
511511
"metadata": {},
512512
"outputs": [
513513
{
514514
"name": "stdout",
515515
"output_type": "stream",
516516
"text": [
517-
"201\n",
517+
"204\n",
518518
"True\n"
519519
]
520520
}
@@ -562,7 +562,7 @@
562562
},
563563
{
564564
"cell_type": "code",
565-
"execution_count": 60,
565+
"execution_count": 11,
566566
"metadata": {},
567567
"outputs": [],
568568
"source": [
@@ -579,7 +579,7 @@
579579
},
580580
{
581581
"cell_type": "code",
582-
"execution_count": 18,
582+
"execution_count": 12,
583583
"metadata": {
584584
"tags": []
585585
},
@@ -589,8 +589,8 @@
589589
"output_type": "stream",
590590
"text": [
591591
"200\n",
592-
"Status: inProgress\n",
593-
"Items Processed: 811\n",
592+
"Status: success\n",
593+
"Items Processed: 0\n",
594594
"True\n"
595595
]
596596
}

03-Quering-AOpenAI.ipynb

+69-77
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)