Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from llama_index.core import VectorStoreIndex, SimpleDirectoryReader, SummaryInd
|
|
4 |
from llama_index.readers.web import SimpleWebPageReader
|
5 |
from llama_index.llms.mistralai import MistralAI
|
6 |
from llama_index.embeddings.mistralai import MistralAIEmbedding
|
7 |
-
from llama_index.query_engine import RetrieverQueryEngine
|
8 |
|
9 |
title = "Gaia Mistral Chat RAG URL Demo copy"
|
10 |
description = "Example of an assistant with Gradio, RAG from url and Mistral AI via its API"
|
|
|
4 |
from llama_index.readers.web import SimpleWebPageReader
|
5 |
from llama_index.llms.mistralai import MistralAI
|
6 |
from llama_index.embeddings.mistralai import MistralAIEmbedding
|
7 |
+
from llama_index.core.query_engine.retriever_query_engine import RetrieverQueryEngine
|
8 |
|
9 |
title = "Gaia Mistral Chat RAG URL Demo copy"
|
10 |
description = "Example of an assistant with Gradio, RAG from url and Mistral AI via its API"
|