Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def rerank_documents(query: str, documents: pd.DataFrame) -> pd.DataFrame:
|
|
14 |
|
15 |
|
16 |
with gr.Blocks() as demo:
|
17 |
-
gr.Markdown("""# RAG
|
18 |
|
19 |
Part of [smol blueprint](https://github.com/davidberenstein1957/smol-blueprint) - a smol blueprint for AI development, focusing on practical examples of RAG, information extraction, analysis and fine-tuning in the age of LLMs.""")
|
20 |
|
|
|
14 |
|
15 |
|
16 |
with gr.Blocks() as demo:
|
17 |
+
gr.Markdown("""# RAG - rerank
|
18 |
|
19 |
Part of [smol blueprint](https://github.com/davidberenstein1957/smol-blueprint) - a smol blueprint for AI development, focusing on practical examples of RAG, information extraction, analysis and fine-tuning in the age of LLMs.""")
|
20 |
|