mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
bug fix: initialize the arxivAPIWrapper object (#3733)
This commit is contained in:
parent
e510732ad2
commit
ee20b3e0d0
@ -75,6 +75,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"source": [
|
"source": [
|
||||||
|
"arxiv = ArxivAPIWrapper()\n",
|
||||||
"docs = arxiv.run(\"1605.08386\")\n",
|
"docs = arxiv.run(\"1605.08386\")\n",
|
||||||
"docs"
|
"docs"
|
||||||
]
|
]
|
||||||
@ -162,7 +163,7 @@
|
|||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython3",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "3.10.6"
|
"version": "3.9.16"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
|
Loading…
Reference in New Issue
Block a user