Spaces:
Build error
Build error
Commit
·
231d7e5
1
Parent(s):
611d61b
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -2,7 +2,7 @@ from mapi_tools import MAPI_class_tools, MAPI_reg_tools
|
|
| 2 |
from utils import common_tools
|
| 3 |
from reaction_prediction import SynthesisReactions
|
| 4 |
from langchain import OpenAI
|
| 5 |
-
from
|
| 6 |
from langchain import agents
|
| 7 |
from langchain.agents import initialize_agent
|
| 8 |
|
|
|
|
| 2 |
from utils import common_tools
|
| 3 |
from reaction_prediction import SynthesisReactions
|
| 4 |
from langchain import OpenAI
|
| 5 |
+
from gpt_index import GPTListIndex, GPTIndexMemory
|
| 6 |
from langchain import agents
|
| 7 |
from langchain.agents import initialize_agent
|
| 8 |
|