Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ RAG = RAGPretrainedModel.from_index("colbert/indexes/arxiv_colbert")
|
|
| 26 |
|
| 27 |
try:
|
| 28 |
gr.Info("Setting up retriever, please wait...")
|
| 29 |
-
rag_initial_output = RAG.search("
|
| 30 |
gr.Info("Retriever working successfully!")
|
| 31 |
|
| 32 |
except:
|
|
|
|
| 26 |
|
| 27 |
try:
|
| 28 |
gr.Info("Setting up retriever, please wait...")
|
| 29 |
+
rag_initial_output = RAG.search("What is Generative AI in Healthcare?", k = 1)
|
| 30 |
gr.Info("Retriever working successfully!")
|
| 31 |
|
| 32 |
except:
|