mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-23 19:39:58 +00:00
@@ -6,7 +6,7 @@ a language model is used as a reasoning engine to determine which actions
|
||||
to take and in which order.
|
||||
|
||||
Agents select and use **Tools** and **Toolkits** for actions.
|
||||
""" # noqa: E501
|
||||
"""
|
||||
from langchain_experimental.agents.agent_toolkits import (
|
||||
create_csv_agent,
|
||||
create_pandas_dataframe_agent,
|
||||
|
@@ -220,7 +220,7 @@ def create_pandas_dataframe_agent(
|
||||
verbose=True
|
||||
)
|
||||
|
||||
""" # noqa: E501
|
||||
"""
|
||||
try:
|
||||
if engine == "modin":
|
||||
import modin.pandas as pd
|
||||
|
Reference in New Issue
Block a user