Pash1986 commited on
Commit
19ac0be
·
verified ·
1 Parent(s): 1e1638d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ with gr.Blocks() as demo:
120
  movie_table = gr.Dataframe(value=data_for_dataframe, headers=headers, interactive=False)
121
  submit_button = gr.Button("Update Data")
122
  ## value=[(None, "Hi, I'm a MongoDB and Heystack based question and answer bot 🤖, I can help you answer on the knowledge base above…")]
123
- gr.ChatInterface(get_movies,examples=["What characters are from Rome?", "Combine 3 plots of your choice", "List all characters"], title="Movies Atlas Vector Search",description="This small chat uses a similarity search to find relevant movies, it uses MongoDB Atlas Vector Search read more here: https://www.mongodb.com/docs/atlas/atlas-vector-search/vector-search-tutorial",submit_btn="Search").queue()
124
 
125
 
126
 
 
120
  movie_table = gr.Dataframe(value=data_for_dataframe, headers=headers, interactive=False)
121
  submit_button = gr.Button("Update Data")
122
  ## value=[(None, "Hi, I'm a MongoDB and Heystack based question and answer bot 🤖, I can help you answer on the knowledge base above…")]
123
+ gr.ChatInterface(get_movies,examples=["What characters are from Rome?", "Combine 3 plots of your choice", "List all characters"], title="Movies Atlas Vector Search",description="This small chat uses a similarity search to find relevant plots as listed above, it uses MongoDB Atlas and Haystack integaration: https://haystack.deepset.ai/integrations/mongodb",submit_btn="Search").queue()
124
 
125
 
126