Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,8 @@ import pandas as pd
|
|
6 |
from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel, OpenAIServerModel
|
7 |
from llama_index.core import (
|
8 |
VectorStoreIndex,
|
9 |
-
SimpleDirectoryReader
|
|
|
10 |
)
|
11 |
from llama_index.llms.openai import OpenAI
|
12 |
from llama_index.settings import Settings
|
|
|
6 |
from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel, OpenAIServerModel
|
7 |
from llama_index.core import (
|
8 |
VectorStoreIndex,
|
9 |
+
SimpleDirectoryReader,
|
10 |
+
Settings
|
11 |
)
|
12 |
from llama_index.llms.openai import OpenAI
|
13 |
from llama_index.settings import Settings
|