Spaces:
Build error
Build error
maykcaldas
commited on
Commit
•
611d61b
1
Parent(s):
32c215e
Update mapi_tools.py
Browse files- mapi_tools.py +1 -1
mapi_tools.py
CHANGED
@@ -7,7 +7,7 @@ from langchain import agents
|
|
7 |
from langchain.agents import initialize_agent
|
8 |
from langchain.agents import Tool, tool
|
9 |
from langchain import LLMMathChain, SerpAPIWrapper
|
10 |
-
from
|
11 |
from langchain import SerpAPIWrapper
|
12 |
from langchain.prompts.few_shot import FewShotPromptTemplate
|
13 |
from langchain.prompts.prompt import PromptTemplate
|
|
|
7 |
from langchain.agents import initialize_agent
|
8 |
from langchain.agents import Tool, tool
|
9 |
from langchain import LLMMathChain, SerpAPIWrapper
|
10 |
+
from gpt_index import GPTListIndex, GPTIndexMemory
|
11 |
from langchain import SerpAPIWrapper
|
12 |
from langchain.prompts.few_shot import FewShotPromptTemplate
|
13 |
from langchain.prompts.prompt import PromptTemplate
|