ugaray96 commited on
Commit
c397816
1 Parent(s): 1bdd33b

Updates landing page with latest changes

Browse files

Signed-off-by: Unai Garay <unaigaraymaestre@gmail.com>

Files changed (1) hide show
  1. interface/pages.py +2 -3
interface/pages.py CHANGED
@@ -12,7 +12,7 @@ from interface.components import (
12
 
13
  def page_landing_page(container):
14
  with container:
15
- st.header("Neural Search V2.0")
16
 
17
  st.markdown(
18
  "This is a tool to allow indexing & search content using neural capabilities"
@@ -22,7 +22,7 @@ def page_landing_page(container):
22
  )
23
  st.markdown(
24
  "In this second version you can:"
25
- "\n - Index raw text, URLs, CSVs, PDFs and Images"
26
  "\n - Use Dense Passage Retrieval, Keyword Search pipeline and DPR Ranker pipelines"
27
  "\n - Search the indexed documents"
28
  "\n - Read your responses out loud using the `audio_output` option!"
@@ -30,7 +30,6 @@ def page_landing_page(container):
30
  st.markdown(
31
  "TODO list:"
32
  "\n - File type classification and converter nodes"
33
- "\n - Audio to text support for indexing"
34
  "\n - Build other pipelines"
35
  )
36
  st.markdown(
12
 
13
  def page_landing_page(container):
14
  with container:
15
+ st.header("Neural Search V2.1")
16
 
17
  st.markdown(
18
  "This is a tool to allow indexing & search content using neural capabilities"
22
  )
23
  st.markdown(
24
  "In this second version you can:"
25
+ "\n - Index raw text, URLs, CSVs, PDFs, Images and even audio!"
26
  "\n - Use Dense Passage Retrieval, Keyword Search pipeline and DPR Ranker pipelines"
27
  "\n - Search the indexed documents"
28
  "\n - Read your responses out loud using the `audio_output` option!"
30
  st.markdown(
31
  "TODO list:"
32
  "\n - File type classification and converter nodes"
 
33
  "\n - Build other pipelines"
34
  )
35
  st.markdown(