Skip to content

Commit

Permalink
add import
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenLuo committed Aug 12, 2024
1 parent 613354b commit ea9ecaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions 00_PDF解析与QA抽取_v1.1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@
"source": [
"from uuid import uuid4\n",
"import os\n",
"import pickle\n",
"\n",
"from langchain.text_splitter import RecursiveCharacterTextSplitter\n",
"\n",
Expand Down
1 change: 1 addition & 0 deletions 00_PDF解析与QA抽取_v1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@
"source": [
"from uuid import uuid4\n",
"import os\n",
"import pickle\n",
"\n",
"from langchain.text_splitter import RecursiveCharacterTextSplitter\n",
"\n",
Expand Down

0 comments on commit ea9ecaf

Please sign in to comment.