This commit is contained in:
Harrison Chase
2023-12-08 16:38:54 -08:00
parent 81c3d773ff
commit 9c1b4335a3

View File

@@ -29,6 +29,8 @@ def import_all_modules(package_name: str) -> dict:
"langchain.chains.llm_symbolic_math",
"langchain.tools.python",
"langchain.vectorstores._pgvector_data_models",
# TODO: why does this error?
"langchain.agents.agent_toolkits.openapi.planner",
):
importlib.import_module(module_name)
new_classes = import_all_modules(module_name)