Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -86,7 +86,7 @@ def create_ui():
|
|
| 86 |
state = gr.State(value={"user_uuid": None})
|
| 87 |
|
| 88 |
gr.Markdown("# Colpali Milvus Multimodal RAG Demo")
|
| 89 |
-
gr.Markdown("This demo showcases how to use [Colpali](https://github.com/illuin-tech/colpali) embeddings with [Milvus](https://milvus.io/) and utilizing Gemini/OpenAI multimodal RAG for pdf search and Q&A.")
|
| 90 |
|
| 91 |
with gr.Tab("Upload PDF"):
|
| 92 |
with gr.Column():
|
|
|
|
| 86 |
state = gr.State(value={"user_uuid": None})
|
| 87 |
|
| 88 |
gr.Markdown("# Colpali Milvus Multimodal RAG Demo")
|
| 89 |
+
gr.Markdown("This demo showcases how to use [Colpali](https://github.com/illuin-tech/colpali) embeddings with [Milvus](https://milvus.io/) and utilizing Gemini/OpenAI multimodal RAG for pdf search and Q&A. Blog at https://saumitra.me/2024/2024-11-15-colpali-milvus-rag/")
|
| 90 |
|
| 91 |
with gr.Tab("Upload PDF"):
|
| 92 |
with gr.Column():
|