mirror of
https://github.com/hwchase17/langchain.git
synced 2025-10-07 21:30:03 +00:00
bug fix: initialize the arxivAPIWrapper object (#3733)
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user