Spaces:
Sleeping
Sleeping
Update server.py
Browse files
server.py
CHANGED
|
@@ -9,7 +9,7 @@ from llama_index.tools.arxiv import ArxivToolSpec
|
|
| 9 |
from llama_index.core import Settings
|
| 10 |
from llama_index.llms.azure_openai import AzureOpenAI
|
| 11 |
from llama_index.embeddings.azure_openai import AzureOpenAIEmbedding
|
| 12 |
-
from typing import
|
| 13 |
from pathlib import Path
|
| 14 |
import json
|
| 15 |
import os
|
|
|
|
| 9 |
from llama_index.core import Settings
|
| 10 |
from llama_index.llms.azure_openai import AzureOpenAI
|
| 11 |
from llama_index.embeddings.azure_openai import AzureOpenAIEmbedding
|
| 12 |
+
from typing import Optional, List, Dict, Any
|
| 13 |
from pathlib import Path
|
| 14 |
import json
|
| 15 |
import os
|