Import WikipediaAPIWrapper from langchain_community.utilities

This commit is contained in:
anovazzi1 2024-01-09 18:34:50 -03:00
commit 95b02ceeae

View file

@ -1,6 +1,7 @@
from langflow import CustomComponent
from typing import Union, Callable
from langchain_community.utilities import WikipediaAPIWrapper
# Assuming WikipediaAPIWrapper is a class that needs to be imported.
# The import statement is not included as it is not provided in the JSON