DrDominikDellermann
commited on
Commit
β’
5c89523
1
Parent(s):
d1d37ba
Rename pages/3_Earnings_Semantic_Search_π_.py to pages/3_Information_Retrieval_π_.py
Browse files
pages/{3_Earnings_Semantic_Search_π_.py β 3_Information_Retrieval_π_.py}
RENAMED
@@ -4,11 +4,9 @@ from langchain.chains import QAGenerationChain
|
|
4 |
import itertools
|
5 |
|
6 |
|
7 |
-
st.set_page_config(page_title="
|
8 |
|
9 |
-
st.sidebar.header("
|
10 |
-
|
11 |
-
st.markdown("Earnings Semantic Search with LangChain, OpenAI & SBert")
|
12 |
|
13 |
st.markdown(
|
14 |
"""
|
|
|
4 |
import itertools
|
5 |
|
6 |
|
7 |
+
st.set_page_config(page_title="Question/Answering", page_icon="π")
|
8 |
|
9 |
+
st.sidebar.header("Information_Retrieval_")
|
|
|
|
|
10 |
|
11 |
st.markdown(
|
12 |
"""
|