Spaces:
Runtime error
Runtime error
adding rag
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ def create_ui():
|
|
85 |
with gr.Blocks() as demo:
|
86 |
state = gr.State(value={"user_uuid": None})
|
87 |
|
88 |
-
gr.Markdown("# Colpali Milvus
|
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"):
|
|
|
85 |
with gr.Blocks() as demo:
|
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"):
|