Update pages/3_Earnings_Semantic_Search_π_.py
Browse files
pages/3_Earnings_Semantic_Search_π_.py
CHANGED
@@ -107,8 +107,7 @@ try:
|
|
107 |
with st.spinner(
|
108 |
text=f"Loading {embedding_model} embedding model and Generating Response..."
|
109 |
):
|
110 |
-
|
111 |
-
print(earnings_text)
|
112 |
docsearch = process_corpus(earnings_text,title, embedding_model)
|
113 |
|
114 |
result = embed_text(search_input,docsearch)
|
|
|
107 |
with st.spinner(
|
108 |
text=f"Loading {embedding_model} embedding model and Generating Response..."
|
109 |
):
|
110 |
+
|
|
|
111 |
docsearch = process_corpus(earnings_text,title, embedding_model)
|
112 |
|
113 |
result = embed_text(search_input,docsearch)
|