mirror of
https://github.com/hwchase17/langchain.git
synced 2025-11-01 00:36:11 +00:00
langchain[patch], experimental[patch]: update utilities imports (#15438)
This commit is contained in:
@@ -480,9 +480,9 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"from langchain.retrievers.web_research import WebResearchRetriever\n",
|
||||
"from langchain.utilities import GoogleSearchAPIWrapper\n",
|
||||
"from langchain_community.chat_models.openai import ChatOpenAI\n",
|
||||
"from langchain_community.embeddings import OpenAIEmbeddings\n",
|
||||
"from langchain_community.utilities import GoogleSearchAPIWrapper\n",
|
||||
"from langchain_community.vectorstores import Chroma"
|
||||
]
|
||||
},
|
||||
@@ -631,7 +631,7 @@
|
||||
"source": [
|
||||
"from langchain.docstore.document import Document\n",
|
||||
"from langchain.indexes import VectorstoreIndexCreator\n",
|
||||
"from langchain.utilities import ApifyWrapper\n",
|
||||
"from langchain_community.utilities import ApifyWrapper\n",
|
||||
"\n",
|
||||
"apify = ApifyWrapper()\n",
|
||||
"# Call the Actor to obtain text from the crawled webpages\n",
|
||||
|
||||
Reference in New Issue
Block a user