mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-12 00:11:17 +00:00
[agent] Add Spark Agent (#4020)
- added support for spark through pyspark library. - added jupyter notebook as example.
This commit is contained in:
@@ -23,6 +23,7 @@ _EXPECTED = [
|
||||
"create_pandas_dataframe_agent",
|
||||
"create_pbi_agent",
|
||||
"create_pbi_chat_agent",
|
||||
"create_spark_dataframe_agent",
|
||||
"create_sql_agent",
|
||||
"create_vectorstore_agent",
|
||||
"create_vectorstore_router_agent",
|
||||
|
Reference in New Issue
Block a user