Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit d5d7a9a

Browse files
author
Baichuan Sun
committed
rename
1 parent 397f484 commit d5d7a9a

File tree

3 files changed

+3310
-1
lines changed

3 files changed

+3310
-1
lines changed

08-RAG-based-question-answering/02-question_answering_langchain_jumpstart.ipynb

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,6 @@
574574
"outputs": [],
575575
"source": [
576576
"from langchain.chains import RetrievalQA\n",
577-
"from langchain.llms import OpenAI\n",
578577
"from langchain.document_loaders import TextLoader\n",
579578
"from langchain.indexes import VectorstoreIndexCreator\n",
580579
"from langchain.vectorstores import Chroma, AtlasDB, FAISS\n",
@@ -1373,6 +1372,26 @@
13731372
"memoryGiB": 768,
13741373
"name": "ml.g5.48xlarge",
13751374
"vcpuNum": 192
1375+
},
1376+
{
1377+
"_defaultOrder": 55,
1378+
"_isFastLaunch": false,
1379+
"category": "Accelerated computing",
1380+
"gpuNum": 8,
1381+
"hideHardwareSpecs": false,
1382+
"memoryGiB": 1152,
1383+
"name": "ml.p4d.24xlarge",
1384+
"vcpuNum": 96
1385+
},
1386+
{
1387+
"_defaultOrder": 56,
1388+
"_isFastLaunch": false,
1389+
"category": "Accelerated computing",
1390+
"gpuNum": 8,
1391+
"hideHardwareSpecs": false,
1392+
"memoryGiB": 1152,
1393+
"name": "ml.p4de.24xlarge",
1394+
"vcpuNum": 96
13761395
}
13771396
],
13781397
"instance_type": "ml.t3.medium",

0 commit comments

Comments
 (0)