Update import statement for BingSearchAPIWrapper
This commit is contained in:
parent
5e94bfb8b2
commit
eff7dbc009
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ from langflow import CustomComponent
|
|||
# Assuming `BingSearchAPIWrapper` is a class that exists in the context
|
||||
# and has the appropriate methods and attributes.
|
||||
# We need to make sure this class is importable from the context where this code will be running.
|
||||
from your_module import BingSearchAPIWrapper
|
||||
from langchain_community.utilities.bing_search import BingSearchAPIWrapper
|
||||
|
||||
|
||||
class BingSearchAPIWrapperComponent(CustomComponent):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue