langchain[patch], experimental[patch]: update utilities imports (#15438)

This commit is contained in:
Bagatur
2024-01-03 02:18:15 -05:00
committed by GitHub
parent 73da8f863c
commit baeac236b6
124 changed files with 289 additions and 266 deletions

View File

@@ -129,7 +129,7 @@
"metadata": {},
"outputs": [],
"source": [
"from langchain.utilities import DuckDuckGoSearchAPIWrapper\n",
"from langchain_community.utilities import DuckDuckGoSearchAPIWrapper\n",
"\n",
"search = DuckDuckGoSearchAPIWrapper(max_results=4)\n",
"\n",