Update import path for GoogleSearchAPIWrapper
This commit is contained in:
parent
5c7ee7e8b1
commit
0737d2a790
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ from typing import Optional, Union, Callable
|
|||
# Assuming GoogleSearchAPIWrapper is a valid import based on JSON
|
||||
# and it exists in some module that should be imported here.
|
||||
# The import path should be replaced with the correct one once available.
|
||||
from some_module import GoogleSearchAPIWrapper
|
||||
from langchain_community.utilities.google_search import GoogleSearchAPIWrapper
|
||||
|
||||
|
||||
class GoogleSearchAPIWrapperComponent(CustomComponent):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue