Spaces:
Runtime error
Runtime error
ugmSorcero
commited on
Commit
β’
9ff8b5f
1
Parent(s):
5634055
Adds new TODOs in demo
Browse files- README.md +1 -1
- interface/pages.py +5 -3
README.md
CHANGED
@@ -9,7 +9,7 @@ app_file: app.py
|
|
9 |
pinned: true
|
10 |
---
|
11 |
|
12 |
-
## Neural Search Demo
|
13 |
|
14 |
This is a tool to allow indexing & search content using neural capabilities using [Haystack](https://haystack.deepset.ai/overview/intro) open-source framework.
|
15 |
|
|
|
9 |
pinned: true
|
10 |
---
|
11 |
|
12 |
+
## π§ Neural Search Demo π
|
13 |
|
14 |
This is a tool to allow indexing & search content using neural capabilities using [Haystack](https://haystack.deepset.ai/overview/intro) open-source framework.
|
15 |
|
interface/pages.py
CHANGED
@@ -22,14 +22,16 @@ def page_landing_page(container):
|
|
22 |
)
|
23 |
st.markdown(
|
24 |
"In this second version you can:"
|
25 |
-
"\n - Index raw text, URLs
|
26 |
-
"\n - Use Dense Passage Retrieval
|
27 |
"\n - Search the indexed documents"
|
28 |
)
|
29 |
st.markdown(
|
30 |
"TODO list:"
|
|
|
|
|
|
|
31 |
"\n - Build other pipelines"
|
32 |
-
"\n - [Optional] Include text to audio to read responses"
|
33 |
)
|
34 |
st.markdown(
|
35 |
"Follow development of the tool [here](https://github.com/ugm2/neural-search-demo)"
|
|
|
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 |
)
|
29 |
st.markdown(
|
30 |
"TODO list:"
|
31 |
+
"\n - File type classification and converter nodes"
|
32 |
+
"\n - Audio to text support for indexing"
|
33 |
+
"\n - Include text to audio to read responses"
|
34 |
"\n - Build other pipelines"
|
|
|
35 |
)
|
36 |
st.markdown(
|
37 |
"Follow development of the tool [here](https://github.com/ugm2/neural-search-demo)"
|