Spaces:
Sleeping
Sleeping
bugfix
Browse files
app.py
CHANGED
@@ -7,7 +7,8 @@ import re
|
|
7 |
from translate import Translator
|
8 |
|
9 |
|
10 |
-
from llama_index.indices.managed.vectara import VectaraIndex
|
|
|
11 |
from llama_index.core.agent import ReActAgent
|
12 |
from llama_index.llms.openai import OpenAI
|
13 |
from llama_index.core.tools import QueryEngineTool, ToolMetadata
|
|
|
7 |
from translate import Translator
|
8 |
|
9 |
|
10 |
+
from llama_index.indices.managed.vectara import VectaraIndex
|
11 |
+
from llama_index.indices.managed.vectara.query import VectaraQueryEngine
|
12 |
from llama_index.core.agent import ReActAgent
|
13 |
from llama_index.llms.openai import OpenAI
|
14 |
from llama_index.core.tools import QueryEngineTool, ToolMetadata
|