Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,6 +6,7 @@ import pandas as pd
|
|
| 6 |
|
| 7 |
import asyncio
|
| 8 |
import nest_asyncio
|
|
|
|
| 9 |
from llama_index.core.agent import ReActAgent
|
| 10 |
from llama_index.core.agent.workflow import AgentWorkflow
|
| 11 |
from llama_index.llms.huggingface_api import HuggingFaceInferenceAPI
|
|
|
|
| 6 |
|
| 7 |
import asyncio
|
| 8 |
import nest_asyncio
|
| 9 |
+
from typing import List, Dict, Any
|
| 10 |
from llama_index.core.agent import ReActAgent
|
| 11 |
from llama_index.core.agent.workflow import AgentWorkflow
|
| 12 |
from llama_index.llms.huggingface_api import HuggingFaceInferenceAPI
|