[agent] Add Spark Agent (#4020)

- added support for spark through pyspark library.
- added jupyter notebook as example.
This commit is contained in:
Mike Wang
2023-05-03 22:45:23 -07:00
committed by GitHub
parent 8af25867cb
commit 67db495fcf
7 changed files with 316 additions and 0 deletions

View File

@@ -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",