davidberenstein1957 HF staff commited on
Commit
581cf0b
·
verified ·
1 Parent(s): 07d8bbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("""# Vector Search Hub Datasets
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")