fabiolamp commited on
Commit
8bedd54
·
verified ·
1 Parent(s): 24be91f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"