Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def similarity_search(
|
|
39 |
with gr.Blocks() as demo:
|
40 |
gr.Markdown("""# Vector Search Hub Datasets
|
41 |
|
42 |
-
Part of [smol blueprint](https://github.com/
|
43 |
query = gr.Textbox(label="Query")
|
44 |
k = gr.Slider(1, 10, value=5, label="Number of results")
|
45 |
btn = gr.Button("Search")
|
|
|
39 |
with gr.Blocks() as demo:
|
40 |
gr.Markdown("""# Vector Search Hub Datasets
|
41 |
|
42 |
+
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. """)
|
43 |
query = gr.Textbox(label="Query")
|
44 |
k = gr.Slider(1, 10, value=5, label="Number of results")
|
45 |
btn = gr.Button("Search")
|