Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def similarity_search(query: str, k: int = 5):
|
|
32 |
).to_df()
|
33 |
|
34 |
with gr.Blocks() as demo:
|
35 |
-
gr.Markdown("""#
|
36 |
|
37 |
Part of [smol blueprint](https://github.com/huggingface/smol-blueprint) - a smol blueprint for AI development, focusing on applied examples of RAG, information extraction, analysis and fine-tuning in the age of LLMs. """)
|
38 |
query = gr.Textbox(label="Query")
|
|
|
32 |
).to_df()
|
33 |
|
34 |
with gr.Blocks() as demo:
|
35 |
+
gr.Markdown("""# RAG - retrieve
|
36 |
|
37 |
Part of [smol blueprint](https://github.com/huggingface/smol-blueprint) - a smol blueprint for AI development, focusing on applied examples of RAG, information extraction, analysis and fine-tuning in the age of LLMs. """)
|
38 |
query = gr.Textbox(label="Query")
|